We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fff648 commit 1ca6fc3Copy full SHA for 1ca6fc3
libraries/Nicla_System/examples/NiclaSenseME_BatteryChargingSimple/NiclaSenseME_BatteryChargingSimple.ino
@@ -1,14 +1,14 @@
1
/*
2
* This example shows how to use the Nicla Sense ME library to charge a battery.
3
*
4
- * The LED colors will change depending on the battery's operating status:
+ * The LED color will change depending on the battery's operating status:
5
* - Blue: Ready
6
* - Yellow: Charging
7
* - Green: Charging complete
8
* - Red: Error
9
10
* Instructions:
11
- * 1. Connect a battery to the board.
+ * 1. Connect a single cell (3.7V nominal) LiPo/Li-Ion battery to the board via battery connector (J4) or the pin header (J3).
12
* 2. Configure the charge current in the setup() function.
13
* 3. Upload this sketch to your Nicla Sense ME board.
14
0 commit comments