Your code should look something like this
[code]
HIGH PORTB.0
PAUSE 500
LOW PORTB.0
PAUSE 500
[code]
The above will toggle pin 0 on PORTB.
Type: Posts; User: mackrackit; Keyword(s):
Your code should look something like this
[code]
HIGH PORTB.0
PAUSE 500
LOW PORTB.0
PAUSE 500
[code]
The above will toggle pin 0 on PORTB.