Seeeduino library for Grove Multichannel-Gas-Sensor
There is a compatibility problem because the normal library is for the Arduino only.
I did the following steps:
- Replaced
Serial
withSerialUSB
- In BOTH
MutichannelGasSensor::get_addr_dta
functions, you need to insert adelay(1)
betweenWire.endTransmission();
andWire.requestFrom(i2cAddress, 2);
I already did this in this Library.