11 lines
128 B
C++
11 lines
128 B
C++
#include <Arduino.h>
|
|
|
|
void setup()
|
|
{
|
|
Serial.begin(115200);
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
// put your main code here, to run repeatedly:
|
|
} |