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 3bcb99d commit 4692919Copy full SHA for 4692919
nrf-hal-common/Cargo.toml
@@ -21,7 +21,7 @@ edition = "2018"
21
[dependencies]
22
cortex-m = "0.6.2"
23
nb = "1.0.0"
24
-fpa = "0.1.0"
+fixed = "1.0.0"
25
rand_core = "0.5.1"
26
cfg-if = "0.1.10"
27
nrf-hal-common/src/temp.rs
@@ -1,7 +1,7 @@
1
//! Temperature sensor interface.
2
3
use crate::pac::TEMP;
4
-use fpa::I30F2;
+use fixed::types::I30F2;
5
use void::Void;
6
7
/// Integrated temperature sensor.
0 commit comments