ESP32-Bus-Pirate/test/main.cpp

12 lines
133 B
C++

#include <unity.h>
void setup() {
UNITY_BEGIN();
// Tests
UNITY_END();
}
void loop() {
// Required by PlatformIO
}