diff options
Diffstat (limited to 'stm/gpio.h')
-rw-r--r-- | stm/gpio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/gpio.h b/stm/gpio.h index 2f81ac6658..1071c9ef01 100644 --- a/stm/gpio.h +++ b/stm/gpio.h @@ -1 +1,4 @@ +mp_obj_t pyb_gpio(uint n_args, mp_obj_t *args); +mp_obj_t pyb_gpio_input(mp_obj_t arg_pin, mp_obj_t arg_mode); +mp_obj_t pyb_gpio_output(mp_obj_t arg_pin, mp_obj_t arg_mode); void gpio_init(mp_obj_t mod); |