Search found 2 matches
- Fri May 06, 2022 11:22 pm
- Forum: ESP32 boards
- Topic: I2S missing
- Replies: 3
- Views: 4004
- Fri May 06, 2022 1:04 pm
- Forum: ESP32 boards
- Topic: I2S missing
- Replies: 3
- Views: 4004
I2S missing
Hi All Quite new to ESP32 so still on a steep learning curve I'm having trouble finding the I2S library in Micropython V1.18 on an ESP32-C3 board. This is the start of the code import os import math import struct from machine import I2S and the error I get is Traceback (most recent call last): File ...