diff options
Diffstat (limited to 'stmhal/gpio.h')
| -rw-r--r-- | stmhal/gpio.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stmhal/gpio.h b/stmhal/gpio.h deleted file mode 100644 index f43adfdac..000000000 --- a/stmhal/gpio.h +++ /dev/null @@ -1,7 +0,0 @@ -mp_obj_t pyb_gpio(uint n_args, mp_obj_t *args); -mp_obj_t pyb_gpio_output(uint n_args, mp_obj_t *args); -mp_obj_t pyb_gpio_input(uint n_args, mp_obj_t *args); - -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); |
