Skip to content

Commit 7e3ec4e

Browse files
author
ElectricImp
committed
updated reset description
1 parent 2d82a3a commit 7e3ec4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Nothing.
170170
```squirrel
171171
batteryCharger.getVBUSV(function(error, voltage) {
172172
if (error != null) {
173-
server.log(error);
173+
server.error(error);
174174
return;
175175
}
176176
@@ -412,7 +412,7 @@ server.log("--------------------------------------");
412412

413413
This method provides a software reset which clears all of the BQ25895's register settings.
414414

415-
**Note** This will reset the charge voltage and current to the register defaults, 4.208V and 2048mA. These are not the defaults for the BQ25895M. Please ensure that you confirm these are suitable for your battery — see [**Setting Up The BQ25895 Library For Your Battery**](./examples/README.md) for guidance.
415+
**Note** This will reset the charge voltage and current to the register defaults, not the library defaults. For the BQ25895, the defaults are 4.208V and 2048mA. For the BQ25895M, the defaults are 4.352V and 2048mA. Please ensure that these are suitable for your battery — see [**Setting Up The BQ25895 Library For Your Battery**](./Examples/README.md) for guidance.
416416

417417
If the defaults are not appropriate for your battery, make sure you call [*enable()*](#enablesettings) with the correct settings **immediately** after calling *reset()*.
418418

0 commit comments

Comments
 (0)