Type Alias PC4
Source pub type PC4<MODE = Input<Floating>> = Pin<'C', 4, MODE>;
pub struct PC4<MODE = Input<Floating>> { }
Get the specific ID that identifies this channel, for example 0_u8
for the first ADC
channel, if Self::ID is u8.
Get the specific ID that identifies this channel, for example 0_u8
for the first ADC
channel, if Self::ID is u8.