[+] Create IO4 template

This commit is contained in:
2023-12-12 00:56:09 -05:00
parent 8f3709378a
commit b5ce8f72e4
6 changed files with 119 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <Arduino.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// write your code here
}