PICAXE Interrupts & Rain Gauge
August 29, 2013
The PICAXE can be configured to look for an interrupt. This will cause it to stop whatever it is processing, jump away using GOSUB
, and then RETURN
back to what it was doing before.
This is done using the setint
command. This takes two binary numbers, the first is …