mirror of
https://github.com/adafruit/Adafruit_Sensor.git
synced 2025-07-29 15:07:13 +02:00
fix missing enum
This commit is contained in:
@ -49,6 +49,9 @@ void Adafruit_Sensor::printSensorDetails(void) {
|
||||
case SENSOR_TYPE_AMBIENT_TEMPERATURE:
|
||||
Serial.print(F("Ambient Temp (C)"));
|
||||
break;
|
||||
case SENSOR_TYPE_OBJECT_TEMPERATURE:
|
||||
Serial.print(F("Object Temp (C)"));
|
||||
break;
|
||||
case SENSOR_TYPE_VOLTAGE:
|
||||
Serial.print(F("Voltage (V)"));
|
||||
break;
|
||||
|
@ -1,5 +1,5 @@
|
||||
name=Adafruit Unified Sensor
|
||||
version=1.1.0
|
||||
version=1.1.1
|
||||
author=Adafruit <info@adafruit.com>
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Required for all Adafruit Unified Sensor based libraries.
|
||||
|
Reference in New Issue
Block a user