15 lines
209 B
C
15 lines
209 B
C
#ifndef _DEFINES_H_
|
|
#define _DEFINES_H_
|
|
|
|
|
|
|
|
#define ONE_WIRE 2
|
|
#define U_ADC_IN 4
|
|
#define LED_BLUE 45
|
|
|
|
#define SEND_PERIOD 900000 // ms
|
|
#define LABEL_LENGTH 5
|
|
#define NUM_OF_SENSORS 4
|
|
|
|
|
|
#endif /* _DEFINES_H_ */ |