extmod/machine_i2s: Factor ports' I2S Python bindings to common code.
This factors the basic top-level I2S class code from the ports into extmod/machine_i2s.c: - I2S class definition and method table. - The init and deinit method wrappers. - The make_new code. Further factoring will follow. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -70,7 +70,6 @@ list(APPEND MICROPY_SOURCE_PORT
|
||||
machine_adcblock.c
|
||||
machine_dac.c
|
||||
machine_i2c.c
|
||||
machine_i2s.c
|
||||
machine_uart.c
|
||||
modmachine.c
|
||||
network_common.c
|
||||
|
||||
Reference in New Issue
Block a user