Corrects typos and grammatical errors

Improves readability across documentation and inline comments by fixing common spelling mistakes and duplicate words.
This commit is contained in:
Mark Jocas
2026-05-20 08:31:28 +02:00
parent 39b333656b
commit 63fe3d42a2
10 changed files with 17 additions and 17 deletions

View File

@@ -21,11 +21,11 @@ public:
#endif
uint16_t getBattMilliVolts() override {
// Please read befor going further ;)
// Please read before going further ;)
// https://wiki.seeedstudio.com/XIAO_BLE#q3-what-are-the-considerations-when-using-xiao-nrf52840-sense-for-battery-charging
// We can't drive VBAT_ENABLE to HIGH as long
// as we don't know wether we are charging or not ...
// as we don't know whether we are charging or not ...
// this is a 3mA loss (4/1500)
digitalWrite(VBAT_ENABLE, LOW);
int adcvalue = 0;