11 lines
226 B
C
11 lines
226 B
C
#define DEBUG
|
|
|
|
#define SENSOR_TEMPERATURE 0
|
|
#define SENSOR_HUMIDITY 1
|
|
#define SENSOR_LIGHT 2
|
|
#define SENSOR_WINDSPEED 3
|
|
|
|
#define UPDATE_INTERVAL 4
|
|
|
|
#define STATUS_LED_PIN BUILTIN_LED
|
|
#define ANEMOMETER_PIN D4
|