Skip to content

Commit 81f97c5

Browse files
committed
Fix typo in readme
1 parent 4edd353 commit 81f97c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ board.setCameraSwitch(false);
167167
## Low Power
168168

169169
### Sleep Modes
170-
The Renesas and ST chips that are supported by this library have a slighly different way of handling sleep, and very different ways of calling those modes. For example ST calls the deepest sleep mode *Standby* while Renesas calls the most light sleep mode *Standby*. To reduce the confusion, and to have a universal API for both architectures we have selected two sleep modes and simply called them: **Sleep** and **Deep Sleep**:
170+
The Renesas and ST chips that are supported by this library have a slightly different way of handling sleep, and very different ways of calling those modes. For example ST calls the deepest sleep mode *Standby* while Renesas calls the most light sleep mode *Standby*. To reduce the confusion, and to have a universal API for both architectures we have selected two sleep modes and simply called them: **Sleep** and **Deep Sleep**:
171171

172172
#### Sleep
173173
* **Function**: Reduces the microcontroller's power usage to about half of its normal consumption.

0 commit comments

Comments
 (0)