pub struct AdcPin<PIN, ADCI, CS = ()> {
pub pin: PIN,
pub cal_scheme: CS,
/* private fields */
}
Available on crate feature
unstable
only.Expand description
An I/O pin which can be read using the ADC.
Fields§
§pin: PIN
The underlying GPIO pin
cal_scheme: CS
Calibration scheme used for the configured ADC pin