mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
cd7e0b51ea
commit
2cf46fede4
2 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
class LED {
|
||||
public:
|
||||
|
||||
LED(gpio_num_t pin, uint8_t maxBrightness)
|
||||
: pixels(pin), max_brightness(maxBrightness), brightness(maxBrightness), mode(led_mode_enum::CLASSIC) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue