8000 Add I2S support · daq-tools/pycom-micropython@35d2400 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35d2400

Browse files
committed
Add I2S support
This commit adds I2S support from Genuine MicroPython by Mike Teachman. See also micropython/micropython#4471
1 parent 4007f54 commit 35d2400

File tree

4 files changed

+484
-0
lines changed

4 files changed

+484
-0
lines changed

esp32/application.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ APP_MODS_SRC_C = $(addprefix mods/,\
134134
pybflash.c \
135135
machspi.c \
136136
machine_i2c.c \
137+
machine_i2s.c \
137138
machpwm.c \
138139
machcan.c \
139140
modmachine.c \

0 commit comments

Comments
 (0)
0