ilps22qs-rs 2.0.0

Platform-agnostic driver for the ILPS22QS ultracompact digital barometer and temperature sensor with user-selectable full scale and I2C or SPI interfaces.
Documentation
1
2
3
4
5
6
pub mod main;

pub trait SensorState {}

pub struct OnState;
impl SensorState for OnState {}