mirror of
https://github.com/pengwon/epd42.git
synced 2025-12-11 16:28:13 +08:00
9 lines
146 B
C
9 lines
146 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 |