8000 printy! · adafruit/Adafruit_Sensor@137b67d · GitHub
[go: up one dir, main page]

Skip to content

Commit 137b67d

Browse files
committed
printy!
1 parent b87b2be commit 137b67d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Adafruit_Sensor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ void Adafruit_Sensor::printSensorDetails(void) {
6161
case SENSOR_TYPE_COLOR:
6262
Serial.print(F("Color (RGBA)"));
6363
break;
64+
case SENSOR_TYPE_TVOC:
65+
Serial.print(F("Total Volatile Organic Compounds (ppb)"));
66+
break;
6467
}
6568

6669
Serial.println();

0 commit comments

Comments
 (0)
0