8 lines
135 B
C
8 lines
135 B
C
|
|
#ifndef CONFIG_H
|
||
|
|
#define CONFIG_H
|
||
|
|
|
||
|
|
// Configuration values
|
||
|
|
#define SENSOR_READ_INTERVAL 60000 // 60 seconds in ms
|
||
|
|
|
||
|
|
#endif // CONFIG_H
|