1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-03-23 16:22:42 +01:00
2024-12-11 23:03:58 +01:00

7 lines
109 B
C

#ifndef DISPLAY_H_
#define DISPLAY_H_
esp_err_t display_init(void * pvParameters);
#endif /* DISPLAY_H_ */