-->
Page 1 of 1

Hall effect sensor.

PostPosted: Mon Jun 05, 2017 11:36 am
by Fosco
I would like to know if it is possible to interrupt the deep sleep mode when the sensor changes state.

Like this ->
Code: Select allattachInterrupt(digitalPinToInterrupt(interruptPin), handleInterrupt, FALLING);


Thanks

Re: Hall effect sensor.

PostPosted: Tue Jun 06, 2017 8:13 am
by martinayotte
GPIO Interrupts are not working while doing deepSleep().

Re: Hall effect sensor.

PostPosted: Tue Jun 06, 2017 8:51 am
by Fosco
So how to do a external reset with button pls ?