Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Aug 20, 2024
1 parent 2e97d51 commit 2c27f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can manually enable this sleep mode on the Portenta C33, on the H7 and Nicla
For scenarios demanding drastic power conservation, the Deep Sleep Mode drastically reduces the board's power usage. It's suitable for long-duration, battery-dependent applications where occasional wake-ups are sufficient. This mode restarts the board on wakeup, effectively running the `setup()` function again.

#### Low Power Measurements
Here's a table with the current consumption you can expect from each board in Sleep and Standby modes. Clicking on any of the values in the table above will send you to an image of the measurments for that specific scenario.
Here's a table with the current consumption you can expect from each board in Sleep and Standby modes. Clicking on any of the values in the table above will send you to an image of the measurements for that specific scenario.

| | Arduino Portenta C33 | Arduino Portenta H7 Lite | Arduino Portenta H7 |
|--- |--- |--- |--- |
Expand All @@ -48,8 +48,8 @@ Here's a table with the current consumption you can expect from each board in Sl
> Sleep measurements are not available on the H7 boards because the board goes to sleep automatically when idling.
> [!NOTE]
> These measurements have been taken using a [Nordic Power Profiler Kit II](https://www.nordicsemi.com/Products/Development-hardware/Power-Profiler-Kit-2) trough the JST power connector of the Portenta boards,
> the numbers might be higher when powering trough the VIN or 5V pins because it involves more power regulators that are not as efficient as the PF1550's integrated regulators.
> These measurements have been taken using a [Nordic Power Profiler Kit II](https://www.nordicsemi.com/Products/Development-hardware/Power-Profiler-Kit-2) through the JST power connector of the Portenta boards,
> the numbers might be higher when powering through the VIN or 5V pins because it involves more power regulators that are not as efficient as the PF1550's integrated regulators.
## Examples
- [Battery](./examples/Battery/Battery.ino) - Demonstrates battery metrics monitoring.
Expand Down

0 comments on commit 2c27f17

Please sign in to comment.