mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-18 17:33:20 +08:00
remove software spi
This commit is contained in:
@@ -19,7 +19,6 @@ typedef struct
|
||||
} epd_config_t;
|
||||
|
||||
#define EPD_CONFIG_SIZE (sizeof(epd_config_t) / sizeof(uint8_t))
|
||||
#define EPD_CONFIG_EMPTY 0xFF
|
||||
|
||||
void epd_config_init(epd_config_t *cfg);
|
||||
void epd_config_read(epd_config_t *cfg);
|
||||
|
||||
Reference in New Issue
Block a user