Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: AMU_Polytech_Marseille_STM32InTheSky_01_05_2019 Sensor_SGP30 Sensor_iAQ_sgp30_bme_si7051 POCBreath_V2_smd_commercial
homepage
usage
- include "Adafruit_SGP30.h"
Adafruit_SGP30 sgp30_obj(I2C_SDA, I2C_SCL);
sgp30_obj.begin() sgp30_obj.IAQmeasure()
printf("TVOC : %d\n", sgp30_obj.TVOC); printf("eCO2: %d\n", sgp30_obj.eCO2);