<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=4002&stc=1&d=126640253 9">Code:Counter VAR BYTE Output VAR PORTB.0 START: FOR Counter = 0 to 7 Output[Counter] = 1 'High PAUSE 100 Output[Counter] = 0 'Low PAUSE 100 NEXT GOTO START: END
Bookmarks