We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fb0c2 commit 116a725Copy full SHA for 116a725
src/spi.rs
@@ -47,6 +47,9 @@ pub trait MisoPin<SPI>: crate::private::Sealed {}
47
/// MOSI pin
48
pub trait MosiPin<SPI>: crate::private::Sealed {}
49
50
+// TODO(Sh3Rm4n): NSS Pins
51
+// pub trait NssPin<SPI>: crate::private::Sealed {}
52
+
53
impl SckPin<SPI1> for gpio::PA5<AF5<PushPull>> {}
54
impl MisoPin<SPI1> for gpio::PA6<AF5<PushPull>> {}
55
impl MosiPin<SPI1> for gpio::PA7<AF5<PushPull>> {}
0 commit comments