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

Commit

Permalink
Add I2S support
Browse files Browse the repository at this point in the history
This commit adds I2S support from Genuine MicroPython by Mike Teachman.

See also micropython/micropython#4471
  • Loading branch information
amotl committed Dec 3, 2019
1 parent 69dd8b5 commit 21ebf6e
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp32/application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ APP_MODS_SRC_C = $(addprefix mods/,\
pybflash.c \
machspi.c \
machine_i2c.c \
machine_i2s.c \
machpwm.c \
machcan.c \
modmachine.c \
Expand Down
Loading

0 comments on commit 21ebf6e

Please sign in to comment.