You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi John. Again thanks a lot for your upgrade toAdafruit_VS1053 which makes it compatible to the ESP32.
I am just wondering what is special about the ESP32 that requires semaphores to be introduced?
Assume we attach an ISR toDREQ. The ISR gets the 32 bytes needed and sends that via SPI to the VS1053. Why will this model work on a Mega but not on an ESP32?
Bromium
The text was updated successfully, but these errors were encountered:
Hi John. Again thanks a lot for your upgrade toAdafruit_VS1053 which makes it compatible to the ESP32.
I am just wondering what is special about the ESP32 that requires semaphores to be introduced?
Assume we attach an ISR toDREQ. The ISR gets the 32 bytes needed and sends that via SPI to the VS1053. Why will this model work on a Mega but not on an ESP32?
Bromium
The text was updated successfully, but these errors were encountered: