Add mgos_gpio_read(); mgos_[mu]sleep()
This commit is contained in:
@ -32,6 +32,7 @@ bool mgos_gpio_set_button_handler(int pin, enum mgos_gpio_pull_type pull_type,
|
||||
enum mgos_gpio_int_mode int_mode,
|
||||
int debounce_ms, mgos_gpio_int_handler_f cb,
|
||||
void *arg);
|
||||
bool mgos_gpio_read(int pin);
|
||||
|
||||
void mgos_gpio_inject(int pin);
|
||||
|
||||
|
Reference in New Issue
Block a user