simple test program
TEST:
HIGH PORTB.1
PAUSE 1000
LOW PORTB.1
PAUSE 1000
GOTO TEST
The light should turn on and off in 1 sec intervals.
simple test program
TEST:
HIGH PORTB.1
PAUSE 1000
LOW PORTB.1
PAUSE 1000
GOTO TEST
The light should turn on and off in 1 sec intervals.
Bookmarks