tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
584 stars 180 forks source link

Support Question: M5 Atom Echo - I2S Speaker #652

Open AutomationD opened 4 months ago

AutomationD commented 4 months ago

Hello,

Thanks a lot for maintaining and moving this project forward.

I have a question, which is totally noob-ish and if it'a wrong place feel free to close the issue.

I have an M5 Atom Echo that has an I2S audio interface. Drivers only seem to have microphone.

What's the better path to implement it? Should it be done on adding it to the machine level first?

Thanks!