mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
samd: Rename machine I2C type consistently across ports.
This renames: - machine_hw_i2c_type -> machine_i2c_type
This commit is contained in:
committed by
Damien George
parent
22ad45fda6
commit
e275a58ac1
@@ -30,7 +30,7 @@
|
||||
|
||||
extern const mp_obj_type_t machine_adc_type;
|
||||
extern const mp_obj_type_t machine_dac_type;
|
||||
extern const mp_obj_type_t machine_hw_i2c_type;
|
||||
extern const mp_obj_type_t machine_i2c_type;
|
||||
extern const mp_obj_type_t machine_led_type;
|
||||
extern const mp_obj_type_t machine_pin_type;
|
||||
extern const mp_obj_type_t machine_pwm_type;
|
||||
|
||||
Reference in New Issue
Block a user