Create main project file

This commit is contained in:
Andrés Uribe Stengel 2020-06-22 16:12:16 +02:00
parent 86a8b57f2c
commit f5bc52ac3a

11
Smart_Garden.ino Normal file
View File

@ -0,0 +1,11 @@
/*
Main header file for the SmartGarden project
*/
void setup() {
setupCapacitiveSoilMoistureSensor();
}
void loop() {
loopCapacitiveSoilMoistureSensor();
}