added ino file

This commit is contained in:
2024-01-25 03:02:24 -06:00
parent e44549ca62
commit a3aec45452

11
stream_pad_arduino.ino Normal file
View File

@@ -0,0 +1,11 @@
#include <FreeRTOS.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}