Create main project file
This commit is contained in:
parent
86a8b57f2c
commit
f5bc52ac3a
11
Smart_Garden.ino
Normal file
11
Smart_Garden.ino
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
Main header file for the SmartGarden project
|
||||
*/
|
||||
|
||||
void setup() {
|
||||
setupCapacitiveSoilMoistureSensor();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
loopCapacitiveSoilMoistureSensor();
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user