Hello everyone,
First post.
I have two questions regarding “Waking-up” the photon. I am writing down a program where I use 4 different inputs that will increment independent counters every time the input for that specific pin change states. In the meanwhile no inputs are changing I would like to put my photon into Deep-sleep or send it to sleep using “System.sleep(wakeUpPin, edgeTriggerMode, seconds);” But I would like to wake it up using any of my 4 inputs, not only the one you assign in that instruction.
First: Is there a way of doing that?
Second: How much power should be consuming when you send the photon to sleep using “System.sleep(wakeUpPin, edgeTriggerMode, seconds);” ?
Thank you All!