auto-awning-close/_no-idea-what-it-is/main.ino

14 lines
105 B
Arduino
Raw Normal View History

2021-04-25 01:08:16 +02:00
// pin declaration
int windPin = 0;
int rainPin = 0;
int rtcPin = 0;
void setup()
{
}
void loop()
{
}