btclock_v3/src/main.cpp

9 lines
99 B
C++
Raw Normal View History

2023-11-06 19:16:07 +00:00
#include "Arduino.h"
extern "C" void app_main()
{
initArduino();
Serial.begin(115200);
}