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

Method begin

lib/Sensors/src/SensorSystem.h:153–156  ·  view source on GitHub ↗

* Configures the sensor, so it is able to provide sensor data. */

Source from the content-addressed store, hash-verified

151 * Configures the sensor, so it is able to provide sensor data.
152 */
153 void begin() final
154 {
155 /* Nothing to do. */
156 }
157
158 /**
159 * Process the sensor driver. Mainly used to read the sensor value and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected