Todd Carney
Results
2
comments of
Todd Carney
LOL means "loss of lock" (of the PLL), and LOS means "loss of signal" of the crystal or external clock. There's a few registers for these per generated clock. One...
I've addressed this issue in the short run simply by changing the static properties: ` private: static const int DEBOUNCE_DELAY = 20; // ms static const int SINGLECLICK_DELAY = 250;...