rrivirr / rriv

GNU General Public License v3.0
1 stars 9 forks source link

Mhz16 co2 driver #118

Open misterinterrupt opened 1 year ago

misterinterrupt commented 1 year ago

I followed this: https://rrivirr.github.io/rriv-documentation/integrating/adding-driver/steps.html

The original driver lib has an i2c and a serial lib in its repo. Adding this to the lib_deps in platformio.ini only imported the serial when I tried it, so I put the i2c driver lib here: https://github.com/misterinterrupt/NDIR/ and added that instead.

This needs to be physically tested. perhaps I have missed something obvious.

misterinterrupt commented 1 year ago

Fixed some bugs, rebased to 0.4.1 board branch, and tested successfully in the RRIV lab. 🎉 @ZavenArra