suikan4github / murasaki

STM32 HAL class library
MIT License
18 stars 3 forks source link

Add I2S audio adapter #51

Closed suikan4github closed 4 years ago

suikan4github commented 5 years ago

Is your feature request related to a problem? Please describe. The current implementation of AudioAdapter is only SAI. We need to implement I2S.

Describe the solution you'd like I2SAudioAdapter as a derived class of AudioAdapterStrategy .

Describe alternatives you've considered

Additional context

suikan4github commented 4 years ago

Merged to develop. Ready to release.