Open
Description
Since concrete driver implementations are on the way it would be great if there was a common set of Traits that could be implemented to retrieve values from sensors, potentially including unit conversion.
Some Traits that immediately come to my mind would be:
- Temperature
- Electricity
- Location
- Kinetics
- Orientation
- Vision
- Concentrations
- ...
My question would be: Is this something we would want to add to embedded-hal
or should this better live in a to-be-created new crate?