mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
11 lines
152 B
C++
11 lines
152 B
C++
#include "test_lib.h"
|
|
|
|
#include <cstdint>
|
|
|
|
MySerial Serial;
|
|
|
|
unsigned long testlib_millis = 0;
|
|
|
|
uint8_t bms_status = ACTIVE;
|
|
|
|
uint8_t LEDcolor = GREEN;
|