mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-18 13:52:07 +01:00
7 lines
109 B
C
7 lines
109 B
C
#ifndef DISPLAY_H_
|
|
#define DISPLAY_H_
|
|
|
|
esp_err_t display_init(void * pvParameters);
|
|
|
|
#endif /* DISPLAY_H_ */
|