embedded-hal-compat 0.13.0

Compatibility layer for interoperability between different embedded-hal versions
Documentation
1
2
3
4
5
6
7
8
/// Marker for input only pins
pub struct ForwardInputPin;

/// Marker for output only pins
pub struct ForwardOutputPin;

/// Marker for input-output pins
pub struct ForwardIoPin;