#ifndef CONFIG_H #define CONFIG_H // Configuration values #define SENSOR_READ_INTERVAL 60000 // 60 seconds in ms #endif // CONFIG_H