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