PulseOut problem
Posted: 18 May 2010, 7:59 AM
I can't seem to get this to work.
What am I doing wrong?
What am I doing wrong?
A place to discuss ZBasic and ZX series microcontrollers.
https://forum.zbasic.net/
If you change the For/Next to a Do/Loop, I think it will work fine.Paul Lamar wrote:What am I doing wrong?
Code: Select all
For x = 1 to -15536
Next x