mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Various additions, still WIP
This commit is contained in:
parent
cfc2c6a439
commit
c839646e58
7 changed files with 228 additions and 112 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#include "config.h"
|
||||
#include "../Software/src/devboard/config.h"
|
||||
|
||||
MySerial Serial;
|
||||
|
||||
unsigned long testlib_millis = 0;
|
||||
|
||||
uint8_t bms_status = ACTIVE;
|
||||
|
||||
uint8_t LEDcolor = GREEN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue