No use case understood for NotConnected, so hiding it for now

This commit is contained in:
huntc 2021-10-11 08:56:53 +11:00
parent 617a976e96
commit 25d6a2cd13

View file

@ -259,8 +259,7 @@ macro_rules! negative_pin_mappings {
}; };
} }
/// Represents an unconnected pin struct NotConnected {}
pub struct NotConnected {}
impl PositivePin for NotConnected { impl PositivePin for NotConnected {
fn channel(&self) -> PositiveChannel { fn channel(&self) -> PositiveChannel {