mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
6 lines
91 B
C++
6 lines
91 B
C++
#include "test_lib.h"
|
|
#include <cstdint>
|
|
|
|
MySerial Serial;
|
|
|
|
unsigned long test_millis = 0;
|