diff options
Diffstat (limited to 'esp8266/modpyb.h')
-rw-r--r-- | esp8266/modpyb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/modpyb.h b/esp8266/modpyb.h index dc399ad819..45d0bb8cfd 100644 --- a/esp8266/modpyb.h +++ b/esp8266/modpyb.h @@ -10,6 +10,8 @@ extern const mp_obj_type_t pyb_rtc_type; extern const mp_obj_type_t pyb_uart_type; extern const mp_obj_type_t pyb_i2c_type; extern const mp_obj_type_t pyb_spi_type; +extern const mp_obj_type_t pyb_hspi_type; +extern const mp_obj_type_t machine_spi_type; MP_DECLARE_CONST_FUN_OBJ(pyb_info_obj); |