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

Detach interrupts when calling startPlayingFile() #5

Closed hoosierEE closed 10 years ago

hoosierEE commented 10 years ago

Also use "rising" edge for DREQ interrupts. This fixes issue #4 for me.

hoosierEE commented 10 years ago

Doesn't actually prevent freezing, just delays it.