Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Fosco
#66761 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