ELEC50003-P1-CW/Control/src/main.cpp

10 lines
101 B
C++
Raw Normal View History

2021-05-18 11:18:36 +00:00
#include <Arduino.h>
#define LED_BUILTIN 2
void setup() {
Serial.begin(115200);
}
void loop() {
}