No use case understood for NotConnected, so hiding it for now
This commit is contained in:
parent
617a976e96
commit
25d6a2cd13
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user