mirror of
https://github.com/filiprojek/auto-awning-close.git
synced 2024-11-02 10:32:28 +01:00
14 lines
105 B
C++
14 lines
105 B
C++
// pin declaration
|
|
int windPin = 0;
|
|
int rainPin = 0;
|
|
int rtcPin = 0;
|
|
|
|
void setup()
|
|
{
|
|
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
|
|
} |