Skip to content

Should we have sensor readings traits in embedded-hal or another "sensor" crate? #32

Open
@therealprof

Description

@therealprof

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions