mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
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>