using debug in editor 6

sbscott

Senior Member
Using the older versions I can evaluate readadc values using debug.
With the new version I get the debug window, but no changes. What am I missing?
z:
debug
pause 200
readadc b.1, b1
pause 100
goto z
 

Technical

Technical Support
Staff member
debug functions the same, displaying in the code explorer (top right) so check your program - do you perhaps mean pin C.1?

Also try the Analogue Calibrate feature (PICAXE ribbon)
 
Top