Hello Rossw,
Rossw>>Loop:
HIGH GPIO.0
PAUSE delay
LOW GPIO.0
GoTo Loop<<
Here is a untested program Psuedocode...
ADVal var byte.
Loop:
if (condition is met) ADCin Pinx, ADVal
GoSub ToggleGPIO
Do a bunch of stuff...
.........
.........
goto Loop
ToggleGPIO
HIGH GPIO.0
PAUSE ADVal
LOW GPIO.0
return
Dwayne
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Bookmarks