Some library update.
This commit is contained in:
parent
714f8ff2c1
commit
7bbdca9e20
4 changed files with 27 additions and 5 deletions
|
|
@ -64,6 +64,12 @@ void Adafruit_Sensor::printSensorDetails(void) {
|
|||
case SENSOR_TYPE_TVOC:
|
||||
Serial.print(F("Total Volatile Organic Compounds (ppb)"));
|
||||
break;
|
||||
case SENSOR_TYPE_VOC_INDEX:
|
||||
Serial.print(F("Volatile Organic Compounds (Index)"));
|
||||
break;
|
||||
case SENSOR_TYPE_NOX_INDEX:
|
||||
Serial.print(F("Nitrogen Oxides (Index)"));
|
||||
break;
|
||||
}
|
||||
|
||||
Serial.println();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue