Interrupt during pulse out

hippy

Technical Support
Staff member
In both cases I'd expect the interrupt not to be responded to until pulse out or the servo pulse has finished.
 

westaust55

Moderator
No Interrupt during pulse out

From manual 2 page 149 (inclusive of typos) for the SETINT command:
The inputs port is checked between execution of each command line in the program, betwen each note of a tune command, and continuously during any pause command.
Therefore, unless there is a bug in the BASIC compiler, the interupt WILL happen after the pulse or servo commands.
 

inglewoodpete

Senior Member
Being a polled interrupt, the programme will only interrupt if the interrupting condition is still present on the input pin(s) after the current command.
 
Top