lps22hh-rs 2.0.0

Platform agnostic driver for the ST LPS22HH pressure and temperature sensor.
Documentation
1
2
3
4
5
6
pub mod main;

pub trait SensorState {}

pub struct OnState;
impl SensorState for OnState {}