Module components::humidity

source ·
Expand description

Component for any humidity sensor.

§Usage

let humidity = HumidityComponent::new(board_kernel, nrf52::humidity::TEMP)
    .finalize(components::humidity_component_static!());

Structs§

Type Aliases§