adafruit / Adafruit_SGP30

Arduino library for SGP30
Other
53 stars 38 forks source link

Fixed soft reset command #20

Closed PepperBurst closed 1 year ago

PepperBurst commented 3 years ago

This is to fix the soft reset function as noted out in this issure here. #19

Changed the softReset() function from using the readWordCommand to using the TwoWire commands to implement the soft reset using the General Call mode by using 0x00 as the I2C address instead of the SGP30 device address as previously used.

caternuson commented 3 years ago

Test this again and see if it is still an issue. The conversion to BusIO done with #21 may have fixed this.

caternuson commented 1 year ago

Closing due to lack of response.