mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2026-04-03 14:25:09 +08:00
10 lines
147 B
C
10 lines
147 B
C
#ifndef EPD_BSP_H__
|
|
#define EPD_BSP_H__
|
|
|
|
#define RX_PIN_NUMBER 0
|
|
#define TX_PIN_NUMBER 6
|
|
#define RTS_PIN_NUMBER 0
|
|
#define CTS_PIN_NUMBER 0
|
|
|
|
#endif
|