mirror of
https://github.com/Ikatono/stream_pad_arduino.git
synced 2026-01-14 13:27:41 -06: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