I have a passive infrared (PIR) detector I'd like to interface with a MSP430. The PIR has two wires that normally form a closed circuit. When the PIR is triggered, the circuit opens.
What I would like to do is to have the MSP430 monitor the circuit while asleep, and have an interrupt fire when the circuit opens. Any suggestions about how to implement that?
Thanks!
Fredrik