Expand description
Module containing the sensors and their functionality.
Modules§
- sync_
sensors - Module containing the sync sensors and their functionality.
Structs§
- Sensor
State - 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.
- Sensor
SubFunction Type - 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.