Module sensors

Source
Expand description

Module containing the sensors and their functionality.

Modules§

sync_sensors
Module containing the sync sensors and their functionality.

Structs§

SensorState
A struct that represents the state of all writeable subfunctions of a sensor. It can be used to reset a sensor to a previous state or copy its settings to another sensor.

Enums§

Error
Error which can be returned from interacting with sensors.
SensorSubFunctionType
Enum that represents a sensor subfunction type.

Traits§

Sensor
Base trait that all sensors must implement. It contains the functionality to get a sensor’s base, index or supported subfunctions.