embassy-rp

Crates

git

Versions

rp2040

Flavors

AdcSample

Trait AdcSample 

Source
pub trait AdcSample: SealedAdcSample { }
Expand description

ADC sample.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AdcSample for u8

Source§

impl AdcSample for u16

Implementors§