mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Refactor and fix char/dis bug
This commit is contained in:
parent
beb931c7c5
commit
493bec29d9
20 changed files with 87 additions and 193 deletions
|
@ -39,4 +39,14 @@
|
|||
#define BLUE 3
|
||||
#define TEST_ALL_COLORS 10
|
||||
|
||||
// Inverter definitions
|
||||
#define STANDBY 0
|
||||
#define INACTIVE 1
|
||||
#define DARKSTART 2
|
||||
#define ACTIVE 3
|
||||
#define FAULT 4
|
||||
#define UPDATING 5
|
||||
#define DISCHARGING 1
|
||||
#define CHARGING 2
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue