From bb7f876415d6788d0e05e15668ca2d5a034b1b6c Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Tue, 25 Jun 2024 17:20:40 +1000 Subject: [PATCH] Add hx711 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 50f590b..062c87d 100644 --- a/readme.md +++ b/readme.md @@ -907,6 +907,8 @@ Other places you can look for MicroPython Libraries: * [micropython-hx711](https://github.com/SergeyPiskunov/micropython-hx711) - MicroPython driver for HX711 24-Bit Analog-to-Digital Converter. * [hx711_mpy-driver](https://github.com/HowManyOliversAreThere/hx711_mpy-driver) - Micropython Driver for the HX711 weighing sensor. * [hx710](https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/hx710.py) - MicroPython driver for the HX710. +* [hx711](https://github.com/robert-hh/hx711) - MicroPython driver for the HX711 load cell interface. + #### Magnetometer * [MicroPython_LIS2MDL](https://github.com/jposada202020/MicroPython_LIS2MDL) - MicroPython Driver for the ST LIS2MDL Magnetometer sensor.