mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Make LED pattern configurable in Webserver
This commit is contained in:
parent
fba4534ce4
commit
083432da78
6 changed files with 16 additions and 9 deletions
|
@ -25,6 +25,7 @@ class LED {
|
|||
void heartbeat_run(void);
|
||||
|
||||
uint8_t up_down(float middle_point_f);
|
||||
int LED_PERIOD_MS = 3000;
|
||||
};
|
||||
|
||||
bool led_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue