13 lines
147 B
C
13 lines
147 B
C
#ifndef _DEFINES_H_
|
|
#define _DEFINES_H_
|
|
|
|
|
|
|
|
#define ONE_WIRE 2
|
|
#define LED_RED 3
|
|
#define LED_GREEN 4
|
|
#define LED_BLUE 45
|
|
|
|
|
|
|
|
#endif /* _DEFINES_H_ */ |