Skip to content

Commit ae7e7aa

Browse files
committed
added driver for the MH-Z19x CO2-sensors
1 parent a60ae05 commit ae7e7aa

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,6 @@
472472
[submodule "libraries/drivers/buildhat"]
473473
path = libraries/drivers/buildhat
474474
url = https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git
475+
[submodule "libraries/drivers/mhz19"]
476+
path = libraries/drivers/mhz19
477+
url = https://github.com/bablokb/circuitpython-mhz19.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ c* [CircuitPython_RotarySelect](https://github.com/FoamyGuy/CircuitPython_Rotary
165165
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
166166
* [Cirque Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle) A driver library to use circular trackpads (as seen in the Steam controller and HTC Vive VR controllers) empowered with Cirque's 1CA027 ASIC (surnamed "Pinnacle"). More information can be found in the [documentation](https://circuitpython-cirque-pinnacle.rtfd.io).
167167
* [Embedded HTTPServer](https://github.com/bablokb/circuitpython-ehttpserver) An efficient and slim HTTP-server (fork of biplane)
168+
* [MH-Z19x](https://github.com/bablokb/circuitpython-mhz19.git) Driver for the MH-Z19x CO2-sensors

libraries/drivers/mhz19

Submodule mhz19 added at d0d8c44

0 commit comments

Comments
 (0)