7 lines
89 B
C
7 lines
89 B
C
|
|
#ifndef CONFIG_H
|
||
|
|
#define CONFIG_H
|
||
|
|
|
||
|
|
#define RX_PIN 7
|
||
|
|
#define TX_PIN 8
|
||
|
|
|
||
|
|
#endif //CONFIG_H
|