|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Utility class providing static sensor-related helper functions. More...
#include <SensorBase.hpp>
Static Public Member Functions | |
| static const char * | typeToString (SensorType type) |
| Convert sensor type enumeration to string representation. | |
Utility class providing static sensor-related helper functions.
Definition at line 47 of file SensorBase.hpp.
|
inlinestatic |
Convert sensor type enumeration to string representation.
| type | Sensor type enumeration value |
Definition at line 56 of file SensorBase.hpp.
References ACCELEROMETER, GYROSCOPE, HUMIDITY, MAGNETOMETER, MULTI_AXIS, PRESSURE, and TEMPERATURE.
Referenced by setup().