ESP32 Interrupts and OOP programming panics!

February 25, 2018 XTronical 0

The quick read : use only simple globals in ESP32 Interrupts do not use objects! The longer read below… As part of my sound module (to be used first in the Frogger build) I have to use interrupts as a necessity. In addition I like to work in OOP when I […]