Skip to content

Commit b799d94

Browse files
authored
Merge pull request #9 from Geens/opamp
Opamp
2 parents a822b25 + 2390603 commit b799d94

File tree

4 files changed

+473
-1
lines changed

4 files changed

+473
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ version = "0.0.0"
1414
[dependencies]
1515
cortex-m = "0.7.1"
1616
nb = "0.1.1"
17-
stm32g4 = "0.9.0"
17+
stm32g4 = "0.13.0"
18+
paste = "1.0"
1819

1920
[dependencies.bare-metal]
2021
features = ["const-fn"]

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ pub mod delay;
6363
pub mod exti;
6464
pub mod gpio;
6565
// pub mod i2c;
66+
pub mod opamp;
6667
pub mod prelude;
6768
// pub mod pwm;
6869
// pub mod qei;

0 commit comments

Comments
 (0)