Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setBrightness
Method
setBrightness
libraries/TM1637_RT/TM1637.cpp:183–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
183
void TM1637::setBrightness(uint8_t b)
184
{
185
_brightness = b;
186
if (_brightness > 0x07) _brightness = 0x07;
187
}
188
189
190
void TM1637::setDigitOrder(uint8_t a, uint8_t b,
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64