ESP-Miner/main/input.h
2024-12-11 23:03:58 +01:00

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_ */