mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-19 13:21:18 +00:00
9 lines
99 B
C++
9 lines
99 B
C++
![]() |
#include "Arduino.h"
|
||
|
|
||
|
extern "C" void app_main()
|
||
|
{
|
||
|
initArduino();
|
||
|
|
||
|
Serial.begin(115200);
|
||
|
|
||
|
}
|