mirror of
https://github.com/adafruit/Adafruit_Sensor.git
synced 2025-07-30 07:27:12 +02:00
printy!
This commit is contained in:
@ -61,6 +61,9 @@ void Adafruit_Sensor::printSensorDetails(void) {
|
|||||||
case SENSOR_TYPE_COLOR:
|
case SENSOR_TYPE_COLOR:
|
||||||
Serial.print(F("Color (RGBA)"));
|
Serial.print(F("Color (RGBA)"));
|
||||||
break;
|
break;
|
||||||
|
case SENSOR_TYPE_TVOC:
|
||||||
|
Serial.print(F("Total Volatile Organic Compounds (ppb)"));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.println();
|
Serial.println();
|
||||||
|
Reference in New Issue
Block a user