mirror of
https://github.com/Ikatono/stream_pad_arduino.git
synced 2025-10-29 04:55:39 -05:00
added ino file
This commit is contained in:
11
stream_pad_arduino.ino
Normal file
11
stream_pad_arduino.ino
Normal 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:
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user