File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-battery-app-note Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,8 @@ int new_batt = (voltBat - batteryEmptyVoltage) * (100) / (batteryFullVoltage - b
234
234
** 18.** You section for the ` loop() ` function should look as follows.
235
235
![ Battery level calculation and Serial printing] ( assets/calculation-serial-printing.png )
236
236
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
+
238
239
``` arduino
239
240
/*
240
241
Read battery voltage on MKR WIFI 1010 and log values to the serial monitor
You can’t perform that action at this time.
0 commit comments