User Activity

My system has my main thread, a System Timer Thread, and one called Idle that I suspect isn't really a thread. Part of my code reads commands from a UART and then acts on the command. While the code is waiting for the user to enter the next charact...