This commit is contained in:
2023-09-12 11:46:42 +03:00
commit 92c63560d6
3 changed files with 16 additions and 0 deletions

9
IR.ino Normal file
View File

@ -0,0 +1,9 @@
#define SerialSpeed 115200
void setup() {
Serial.begin(SerialSpeed);
}
void loop() {
}