ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

I2S API missing

Open ChrisMicro opened this issue 6 years ago • 4 comments
trafficstars

It is more and more common on 32Bit MCUs to support audio applications. What is really missing is the unification of the I2S-API on the different platforms.

A good start would be this API: https://danieleff.github.io/STM32GENERIC/i2s/

ChrisMicro avatar Dec 11 '18 17:12 ChrisMicro

There's an official I2S library for the SAMD core: https://github.com/arduino/ArduinoCore-samd/tree/master/libraries/I2S

Formal documentation can be found here: https://www.arduino.cc/en/Reference/I2S

sandeepmistry avatar Dec 12 '18 22:12 sandeepmistry

Thank you for the hints. What do you think of including this API functions here in the repository?

ChrisMicro avatar Dec 14 '18 05:12 ChrisMicro

@ChrisMicro I think so, @cmaglie @facchinm what do you think about adding a HardwareI2S.h file?

sandeepmistry avatar Dec 14 '18 16:12 sandeepmistry

Totally agree, we should add it :slightly_smiling_face:

facchinm avatar Dec 14 '18 17:12 facchinm