Files
architektoniczne_perelki_lu…/APL_Slave_3/src/main.cpp
T

11 lines
128 B
C++

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