adafruit / Adafruit_VS1053_Library

This is a Arduino library for the Adafruit VS1053 Codec Breakout and Music Maker Shields
https://www.adafruit.com/products/1381
135 stars 113 forks source link

Add ICACHE_RAM_ATTR to interrupt call #63

Closed daniel-stewart closed 5 years ago

daniel-stewart commented 5 years ago

This prevents the error of "ISR not in IRAM!" which occurs in newer Arduino builds.