11 lines
153 B
C
11 lines
153 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define LED_CFG GpioPortA,0
|
||
|
#define REL_CFG GpioPortA,1
|
||
|
|
||
|
#define SW__ON true
|
||
|
#define SW_OFF false
|
||
|
|
||
|
#endif // CONFIG_H
|