ArduinoCore-API
ArduinoCore-API copied to clipboard
I2S API missing
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/
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
Thank you for the hints. What do you think of including this API functions here in the repository?
@ChrisMicro I think so, @cmaglie @facchinm what do you think about adding a HardwareI2S.h file?
Totally agree, we should add it :slightly_smiling_face: