This Example will flash led ten times. Led will turn off for 5 secs and flashing will repeat.Code:Led var portX.x A0 var Byte Loop: For A0 = 1 to 10 Toggle Led Pause 50000 next A0 'comment the 3 lines hereunder for only ten flashes (leave the END) Low Led Pause 5000 goto Loop end
Hope it is what you need.
Happy new year
Al.
Bookmarks