From 5ce2a9b887e1a51b3b061e50e4386a2430a4462f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NEDJAR?= Date: Wed, 11 Mar 2026 10:44:28 +0100 Subject: [PATCH] docs: fix typos in bq27441 and vl53l1x README files. Closes #17 Closes #18 --- lib/bq27441/README.md | 2 +- lib/vl53l1x/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bq27441/README.md b/lib/bq27441/README.md index f1d304ec..7c196b84 100644 --- a/lib/bq27441/README.md +++ b/lib/bq27441/README.md @@ -1,6 +1,6 @@ # MicroPython BQ27441 Library -This library is a port of the [SparkFun BQ27441-G1A LiPo Fuel Gauge Arduino Libraryry](https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library). +This library is a port of the [SparkFun BQ27441-G1A LiPo Fuel Gauge Arduino Library](https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library). The examples could be easily tested with [mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html) with the following command : diff --git a/lib/vl53l1x/README.md b/lib/vl53l1x/README.md index c7e52526..14f56142 100644 --- a/lib/vl53l1x/README.md +++ b/lib/vl53l1x/README.md @@ -1,6 +1,6 @@ # MicroPython Driver for the vl53l1x ToF sensor -This library is a port of the [Micromicropython driver for the vl53l1x ToF sensor](https://github.com/drakxtwo/vl53l1x_pico). +This library is a port of the [MicroPython driver for the vl53l1x ToF sensor](https://github.com/drakxtwo/vl53l1x_pico). The examples could be easily tested with [mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html) with the following command :