arduino-toy-projects/fastest_presser/src/main.cpp

8 lines
117 B
C++

#include <Arduino.h>
void setup() {
// write your initialization code here
}
void loop() {
// write your code here
}