From 1afbc57a83f29a78a8f828aba17a0a5daaf17eef Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Fri, 31 May 2024 18:20:20 +0100 Subject: [PATCH] MicroPython: Add MPR121 library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421b342..1e01eb1 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Contributions are welcome! Not sure how to submit a contribution? Have a look at - [TMP117](https://github.com/CoreElectronics/CE-PiicoDev-TMP117-MicroPython-Module) - Library to interface with a TMP117 high precision temperature sensor. - [BME280](https://github.com/CoreElectronics/CE-PiicoDev-BME280-MicroPython-Module) - Library to interface with a BME280 humidity, pressure, and temperature sensor via I2C. - [bitbotxl](https://github.com/oivron/bitbotxl) - Module for the 4tronix Bit:Bot XL Robot for BBC micro:bit. +- [MPR121](https://github.com/rhubarbdog/microbit-mpr121-keypad) - Library for the MPR121 Capacitive Touch Sensor over I2C. ##### 🐍 Python Libraries