Files
epd42/config/bsp.h
2024-11-14 18:01:52 +08:00

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