Releases: adafruit/Adafruit_VS1053_Library
Releases · adafruit/Adafruit_VS1053_Library
1.4.4 Add Feather S2/S3 pin definitions to example
What's Changed
- example/feather_player support for ESP32 S2/S3 Feathers by @mikeysklar in #105
New Contributors
- @mikeysklar made their first contribution in #105
Full Changelog: 1.4.3...1.4.4
1.4.3 Add support for Uno R4
1.4.2 Conditional interrupt disabling
1.4.1 Add Feather C6 support
1.4.0 Add looping and fast forward features
What's Changed
- Add fast forward feature to playing sound tracks. by @cogliano in #74
- allowed playing a file in endless loop by @Krakenus in #75
- Refactored #75 by @johnwargo in #94
New Contributors
Full Changelog: 1.3.2...1.4.0
1.3.2 Updated example for RP2040
What's Changed
- Update example for Feather RP2040 by @caternuson in #91
Full Changelog: 1.3.1...1.3.2
1.3.1 - Updated CI Actions versions
Update CI action versions
1.3.0 - Update to BusIO
- Updates SPI to use BusIO. This adds a new library dependency - Adafruit BusIO.