MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getName

Method getName

lib/Sensors/src/SensorSystem.h:172–175  ·  view source on GitHub ↗

* Get sensor name. * * @return Sensor name */

Source from the content-addressed store, hash-verified

170 * @return Sensor name
171 */
172 const char* getName() const final
173 {
174 return "System";
175 }
176
177 /**
178 * Is sensor available?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected