-
Notifications
You must be signed in to change notification settings - Fork 138
Power functions
Prajwal Bhattaram edited this page Mar 8, 2018
·
3 revisions
These functions (when supported by the chip's hardware) are very useful in decreasing the power consumption of the project.
-
Puts device in low power state. Useful for battery powered operations.
-
Typical current consumption during power-down is much lower than when in use.
-
In
powerDown()
the chip will only respond topowerUp()
Wakes chip from low power state.
SPIFlash Library for Arduino
© Prajwal Bhattaram under the GNU GPLv3 License
Wiki status: Up to date: 08.03.2018