Skip to content

Commit b45217e

Browse files
committed
first version of I2S audio support for ESP32
Usage guide and examples available at: https://github.com/miketeachman/micropython-esp32-i2s-examples UPDATE: May 13, 2020 fixed compile errors caused by breaking change in MicroPython master breaking change introduced in commit def76f on Apr 4, 2020 "all: Use MP_ERROR_TEXT for all error messages."
1 parent 18fb5b4 commit b45217e

File tree

4 files changed

+443
-0
lines changed

4 files changed

+443
-0
lines changed

ports/esp32/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ SRC_C = \
350350
modesp32.c \
351351
espneopixel.c \
352352
machine_hw_spi.c \
353+
machine_i2s.c \
353354
machine_wdt.c \
354355
mpthreadport.c \
355356
machine_rtc.c \

0 commit comments

Comments
 (0)