mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
7 lines
157 B
C
7 lines
157 B
C
#ifndef INPUT_H_
|
|
#define INPUT_H_
|
|
|
|
esp_err_t input_init(void (*button_short_clicked_cb)(void), void (*button_long_pressed_cb)(void));
|
|
|
|
#endif /* INPUT_H_ */
|