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