diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..d8583ac --- /dev/null +++ b/src/config.h @@ -0,0 +1,7 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define MOISTURE_SENSOR_A0 A0 +#define SENSOR_READINGS 3 + +#endif