Skip to content

Commit 09e7ed7

Browse files
committed
Update content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note/mkr-battery-app-note.md
1 parent 24f6d53 commit 09e7ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note/mkr-battery-app-note.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ int new_batt = (voltBat - batteryEmptyVoltage) * (100) / (batteryFullVoltage - b
234234
**18.** You section for the `loop()` function should look as follows.
235235
![Battery level calculation and Serial printing](assets/calculation-serial-printing.png)
236236

237-
**11.** The complete code (with the addition of comments) is as follows. You can copy and paste this directly into your IDE
237+
**19.** The complete code (with the addition of comments) is as follows. You can copy and paste this directly into your IDE
238+
238239
```arduino
239240
/*
240241
Read battery voltage on MKR WIFI 1010 and log values to the serial monitor

0 commit comments

Comments
 (0)