mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2025-12-16 21:38:14 +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
|