8 lines
117 B
C++
8 lines
117 B
C++
|
#include <Arduino.h>
|
||
|
void setup() {
|
||
|
// write your initialization code here
|
||
|
}
|
||
|
|
||
|
void loop() {
|
||
|
// write your code here
|
||
|
}
|