Struct shtc1::SHTC1[][src]

pub struct SHTC1<I2C, D> { /* fields omitted */ }

Methods

impl<I2C, D, E> SHTC1<I2C, D> where
    I2C: Read<Error = E> + Write<Error = E> + WriteRead<Error = E>,
    D: DelayMs<u8>, 
[src]

Creates a new driver

Take a temperature and humidity measurement

Take a temperature and humidity measurement

Read the ID register

Auto Trait Implementations

impl<I2C, D> Send for SHTC1<I2C, D> where
    D: Send,
    I2C: Send

impl<I2C, D> Sync for SHTC1<I2C, D> where
    D: Sync,
    I2C: Sync