picaxe 08m useof interrupt and servo

JimHu

New Member
I am having difficulty running a program in which servo commands and setint commands appear togrther on a 08M PICAXE.
I suspect that servo uses the only interrupt available on th 08M.
Please comment

 
 

inglewoodpete

Senior Member
I assume you have the servo code working and are having trouble with the interrupt part. I guess the first question is: does your interrupt code work when the PICAXE is doing something else (like flashing a LED)?

Edited by - inglewoodpete on 20/07/2007 07:03:49
 

Technical

Technical Support
Staff member
Servo does not use the same feature as the polled 'setint' interrupt - i.e. they are separate. It may be best to post your code so we can see where the issue is.
 
Top