Search found 2 matches

by dave1167
Fri May 06, 2022 11:22 pm
Forum: ESP32 boards
Topic: I2S missing
Replies: 3
Views: 4004

Re: I2S missing

Thanks Mike, I will do
by dave1167
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 ...