Quote Originally Posted by ronjodu View Post
I'm going to try your method of toggling the LED's Skimask, never seen it done like that, Thanks.
I like that method of using the heartbeat because it allows for an easy change of blink frequency. The LED 'attached' to a timer works also, but it only tells you that the timer is running and an interrupt is working. Generally, I use 2 heartbeats, one for a mainloop, and one for a timer. Mainloop says the program is looping, timer says the PIC is actually running.