diff options
Diffstat (limited to 'stm/gpio.h')
-rw-r--r-- | stm/gpio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stm/gpio.h b/stm/gpio.h deleted file mode 100644 index f48e953474..0000000000 --- a/stm/gpio.h +++ /dev/null @@ -1,5 +0,0 @@ -mp_obj_t pyb_gpio_input(mp_obj_t arg_pin, mp_obj_t arg_mode); - -MP_DECLARE_CONST_FUN_OBJ(pyb_gpio_obj); -MP_DECLARE_CONST_FUN_OBJ(pyb_gpio_input_obj); -MP_DECLARE_CONST_FUN_OBJ(pyb_gpio_output_obj); |