mirror of
https://github.com/Ikatono/stream_pad_arduino.git
synced 2025-10-29 04:55:39 -05:00
12 lines
152 B
C++
12 lines
152 B
C++
#include <FreeRTOS.h>
|
|
|
|
void setup() {
|
|
// put your setup code here, to run once:
|
|
|
|
}
|
|
|
|
void loop() {
|
|
// put your main code here, to run repeatedly:
|
|
|
|
}
|