2022-04-09 11:05:14 +02:00
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
2022-04-09 11:05:58 +02:00
|
|
|
void setup()
|
|
|
|
|
{
|
|
|
|
|
// put your setup code here, to run once:
|
2022-04-09 11:05:14 +02:00
|
|
|
}
|
|
|
|
|
|
2022-04-09 11:05:58 +02:00
|
|
|
void loop()
|
|
|
|
|
{
|
|
|
|
|
// put your main code here, to run repeatedly:
|
2022-04-09 11:05:14 +02:00
|
|
|
}
|