mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
esp32/machine_i2s: Add MICROPY_PY_MACHINE_I2S option, enable by default.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -156,6 +156,9 @@
|
||||
#ifndef MICROPY_PY_MACHINE_DAC
|
||||
#define MICROPY_PY_MACHINE_DAC (1)
|
||||
#endif
|
||||
#ifndef MICROPY_PY_MACHINE_I2S
|
||||
#define MICROPY_PY_MACHINE_I2S (1)
|
||||
#endif
|
||||
#ifndef MICROPY_HW_ENABLE_SDCARD
|
||||
#define MICROPY_HW_ENABLE_SDCARD (1)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user