Docs.rs
embedded-devices-0.10.2
embedded-devices 0.10.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
oddlama
Dependencies
approx ^0.5
normal
bytemuck ^1.23
normal
crc ^3.3
normal
defmt ^1.0
normal
optional
embedded-devices-derive ^0.10.2
normal
embedded-hal ^1.0
normal
embedded-hal-async ^1.0
normal
optional
embedded-interfaces ^0.10.2
normal
heapless ^0.9
normal
log ^0.4
normal
optional
maybe-async-cfg ^0.2
normal
paste ^1.0
normal
thiserror ^2.0.12
normal
uom ^0.37.0
normal
Versions
95.15%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
TemperatureSensor
embedded_
devices
0.10.2
Temperature
Sensor
Implementors
In embedded_
devices::
sensor
embedded_devices
::
sensor
Trait
Temperature
Sensor
Copy item path
Source
pub trait TemperatureSensor { }
Expand description
A sensor which measures temperature
Implementors
§
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SCD40Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SCD41Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SCD43Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SEN63CAsync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SEN65Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SEN66Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceAsync
>
TemperatureSensor
for
SEN68Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
MAX31865Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
BME280CommonAsync
<D, I, false>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
BME280CommonAsync
<D, I, true>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
BMP390Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
MCP9808Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
INA228Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
TMP102Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceAsync
>
TemperatureSensor
for
TMP117Async
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SCD40Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SCD41Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SCD43Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SEN63CSync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SEN65Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SEN66Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
CommandInterfaceSync
>
TemperatureSensor
for
SEN68Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
MAX31865Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
BME280CommonSync
<D, I, false>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
BME280CommonSync
<D, I, true>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
BMP390Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
MCP9808Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
INA228Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
TMP102Sync
<D, I>
Source
§
impl<D:
DelayNs
, I:
RegisterInterfaceSync
>
TemperatureSensor
for
TMP117Sync
<D, I>