Debug
How do I debug with the ping to determine distance?
I am using this code:
Main:
LOW PORTC 0
HIGH PORTC 0
PAUSE 1
LOW PORTC 0
LET DIRSC = %00000000
PULSIN 0, 1, what goes here?
debug
goto Main
But I dont know what the input label is.
any ideas?