Add config.h with sensor pin and reading constants
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define MOISTURE_SENSOR_A0 A0
|
||||
#define SENSOR_READINGS 3
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user