SPARK Drivers Changelog¶
v0.6.0 - 2022-11-30¶
Added
MAX98091 now supports 44.1 kHz sampling rate.
Fixed
Coding style issues.
v0.5.0 - 2022-05-27¶
Added
MAX98091 now supports 20 and 24 bits audio samples.
MAX98091 I2C address can now be selected in the i2c_hal. The default I2C address is 0x20.
Changed
MAX98091 I2S is now Right justified (LSB justified), Left channel on FS High.
MAX98091 bit clock is now 32 x FS for 16-bit audio and 64 x FS for other bit depths.
v0.4.0 - 2022-02-04¶
Changed
Increase MAX98091 default output volume from -7 dB to 1 dB to better match the input level.
v0.3.0 - 2021-12-13¶
Removed
Use of the SPARK error library.
v0.2.0 - 2021-11-09¶
Changed
MAX98091 I2S role from slave to master.
Fixed
C++ inclusion directives in MAX98091 driver.
v0.1.0 - 2021-09-30¶
Initial release.