Add config.h with sensor pin and reading constants

This commit is contained in:
2025-05-03 11:42:01 +02:00
committed by erickahmed
parent bf7d177046
commit f8b93e47e2
+7
View File
@@ -0,0 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H
#define MOISTURE_SENSOR_A0 A0
#define SENSOR_READINGS 3
#endif