adafruit / Adafruit_CircuitPython_SCD4X

CircuitPython/Python driver for Sensirion SCD40 & SCD41
MIT License
19 stars 10 forks source link

corrected data ready to check to check 11 least significant bits #12

Closed KeithTheEE closed 2 years ago

KeithTheEE commented 2 years ago

Addresses #11

Tested for a couple of hours with an SCD41 on a QT Py ESP32-S2 running the simple test example.

caternuson commented 2 years ago

Thanks! Looks good and matches data sheet. Thanks for testing also.