Initial commit

This commit is contained in:
Djuri 2023-11-06 20:16:07 +01:00
commit c2226f73e0
10 changed files with 174 additions and 0 deletions

9
src/main.cpp Normal file
View file

@ -0,0 +1,9 @@
#include "Arduino.h"
extern "C" void app_main()
{
initArduino();
Serial.begin(115200);
}