We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1198c8a commit f86047cCopy full SHA for f86047c
neotron-bmc-pico/src/main.rs
@@ -809,11 +809,4 @@ where
809
// defmt::debug!("Sent {:?}", rsp);
810
}
811
812
-// TODO: Pins we haven't used yet
813
-// SPI pins
814
-// spi_clk: gpioa.pa5.into_alternate_af0(cs),
815
-// spi_cipo: gpioa.pa6.into_alternate_af0(cs),
816
-// spi_copi: gpioa.pa7.into_alternate_af0(cs),
817
-// I²C pins
818
-// i2c_scl: gpiob.pb6.into_alternate_af4(cs),
819
-// i2c_sda: gpiob.pb7.into_alternate_af4(cs),
+// End of file
0 commit comments