On Mon, Aug 14, 2017 at 08:03 pm, Jack Purdum wrote:
Also, you do not want to do any Serial.print() or Serial.println() calls in an interrupt service routine. They use their own ISR and you may end up in a blocking situation.
Thanks for that Jack! A week late and a dollar short! Had that issue in the mag loop controller I've been working on last week. I pretty figured out what was going on right away. Figuring out how to get around it was a?different matter!
?
--
John - WA2FZW