Skip to content
Prajwal Bhattaram edited this page Mar 8, 2018 · 3 revisions

Power functions

These functions (when supported by the chip's hardware) are very useful in decreasing the power consumption of the project.

powerDown()

  • 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 to powerUp()

powerUp()

Wakes chip from low power state.