adafruit / Adafruit_CCS811

Arduino driver for CCS811 digital gas sensor
MIT License
65 stars 36 forks source link

newer ccs811 sensors come without NTC #33

Open goutham2688 opened 1 year ago

goutham2688 commented 1 year ago

per the datasheet link seems like the the 0x06 register read by the calculateTemperature function is not documented.

newer version of ccs811 does not have NTC in them, I suppose you can add a comment in examples to remove the "calculateTemperature" function if they're facing errors.

thanks for making this library, it was very easy to use and easy to understand :)