Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 21ebf6e

Browse files
committed
Add I2S support
This commit adds I2S support from Genuine MicroPython by Mike Teachman. See also micropython/micropython#4471
1 parent 69dd8b5 commit 21ebf6e

File tree

4 files changed

+484
-0
lines changed

4 files changed

+484
-0
lines changed

esp32/application.mk

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ APP_MODS_SRC_C = $(addprefix mods/,\
133133
pybflash.c \
134134
machspi.c \
135135
machine_i2c.c \
136+
machine_i2s.c \
136137
machpwm.c \
137138
machcan.c \
138139
modmachine.c \

0 commit comments

Comments
 (0)