Hall effect sensor.
Posted: Mon Jun 05, 2017 11:36 am
I would like to know if it is possible to interrupt the deep sleep mode when the sensor changes state.
Like this ->
Thanks
Like this ->
Code: Select all
attachInterrupt(digitalPinToInterrupt(interruptPin), handleInterrupt, FALLING);
Thanks