pub trait AdcChannel {
const CHANNEL: u8;
}
Available on crate feature
unstable
only.Expand description
A helper trait to get the ADC channel of a compatible GPIO pin.
Required Associated Constants§
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.