* Configures the sensor, so it is able to provide sensor data. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected