mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Improvements and unit tests
This commit is contained in:
parent
4d95fcfc31
commit
44c02745bf
9 changed files with 425 additions and 2 deletions
6
Software/test/test_lib.cpp
Normal file
6
Software/test/test_lib.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "test_lib.h"
|
||||
#include <cstdint>
|
||||
|
||||
MySerial Serial;
|
||||
|
||||
unsigned long test_millis = 0;
|
Loading…
Add table
Add a link
Reference in a new issue