An Arduino library for simple means of putting your Arduino into sleep modes in order to save power when you are not doing much, supports a variety of common microcontrollers used with Arduino…
Deep and Dreamless Slumber (Forever Sleep)
Sleeping forever is the simplest type of sleep and uses the least power, but only a RESET (or power-cycle of course) will wake you up. This can be very useful for “hit the button to do a thing” type devices, “hit the button play a sound”, “hit the button light a light”… you just stick your button between RESET and Ground then in your code sleep forever when you have done the thing you want to do every time you hit the button…
SimpleSleep – Arduino Sleep modes Library – [Link]
Subscribe
Login
0 Comments