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.
2 parents a822b25 + 2390603 commit b799d94Copy full SHA for b799d94
Cargo.toml
@@ -14,7 +14,8 @@ version = "0.0.0"
14
[dependencies]
15
cortex-m = "0.7.1"
16
nb = "0.1.1"
17
-stm32g4 = "0.9.0"
+stm32g4 = "0.13.0"
18
+paste = "1.0"
19
20
[dependencies.bare-metal]
21
features = ["const-fn"]
src/lib.rs
@@ -63,6 +63,7 @@ pub mod delay;
63
pub mod exti;
64
pub mod gpio;
65
// pub mod i2c;
66
+pub mod opamp;
67
pub mod prelude;
68
// pub mod pwm;
69
// pub mod qei;
0 commit comments