smart_garden/Smart_Garden.ino
2020-06-22 16:12:16 +02:00

12 lines
165 B
C++

/*
Main header file for the SmartGarden project
*/
void setup() {
setupCapacitiveSoilMoistureSensor();
}
void loop() {
loopCapacitiveSoilMoistureSensor();
}