mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
samd/machine_i2c: Add the machine.I2C class.
Using the common API. Tested with SAMD21 and SAMD51 boards.
This commit is contained in:
@@ -91,6 +91,7 @@ SRC_C = \
|
||||
clock_config.c \
|
||||
help.c \
|
||||
machine_adc.c \
|
||||
machine_i2c.c \
|
||||
machine_led.c \
|
||||
machine_pin.c \
|
||||
machine_spi.c \
|
||||
@@ -143,6 +144,7 @@ endif
|
||||
# List of sources for qstr extraction
|
||||
SRC_QSTR += \
|
||||
machine_adc.c \
|
||||
machine_i2c.c \
|
||||
machine_led.c \
|
||||
machine_pin.c \
|
||||
machine_pwm.c \
|
||||
|
||||
Reference in New Issue
Block a user