Module analog_sensor

Source
Expand description

Capsule for analog sensors.

This capsule provides the sensor HIL interfaces for sensors which only need an ADC.

It includes support for analog light sensors and analog temperature sensors.

Structs§

AnalogLightSensor
AnalogTemperatureSensor

Enums§

AnalogLightSensorType
The type of the sensor implies how the raw ADC reading should be converted to a light value.
AnalogTemperatureSensorType
The type of the sensor implies how the raw ADC reading should be converted to a temperature value.