Skip to content

Commit 44126e2

Browse files
Update README.md
1 parent 5ecdc61 commit 44126e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ void onButtonChange()
118118

119119
# Power save
120120
Power saving is currently implemented for the SAMD21 chips.
121-
With the SparkFun's SAMD21 Mini board with power LED jumper open, in configuration with one pin as digital output (to show some signs of life), we managed to get down to 530 uA power consumtion in deep sleep mode.
122-
With onboard voltage regulator disconnected the consumtion was only **22 uA**!
121+
With the SparkFun's SAMD21 Mini board with power LED jumper open, in configuration with one pin as digital output (to show some signs of life), we managed to get down to 530 uA power consumption in deep sleep mode.
122+
With onboard voltage regulator disconnected the consumption was only **22 uA**!
123123

124124
The only thing that your code have to do is enable the power saving by calling the `EBF.SetSleepMode()` function, all the implementation will be done in the core of the EBF.
125125
The EBF keeps track of the time it will be idle till the next event, so it might put the CPU into sleep mode during those times.

0 commit comments

Comments
 (0)