Does anybody know why I2S master clock is not enabled in the ESP32 port? #17068
Replies: 2 comments 1 reply
-
There will be a few more additions to the code to add this feature, but they are likely not difficult. Search for |
Beta Was this translation helpful? Give feedback.
-
It seems trivial nevertheless. As it seems equally trivial to enable slave mode (with the quirks that you have to mess with a standard interface as this is not currently supported by any port). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like it would be just matter of setting MICROPY_PY_MACHINE_I2S_MCK and adding the pin in line 378 of
machine_i2s.c
:But maybe there's a reason why it has not already been done.
Does anybody know about that?
Beta Was this translation helpful? Give feedback.
All reactions