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 cb8bc0b commit 554f375Copy full SHA for 554f375
src/adc.rs
@@ -42,7 +42,7 @@ const VTEMPCAL30: *const u16 = 0x1FFF_F7B8 as *const u16;
42
const VTEMPCAL110: *const u16 = 0x1FFF_F7C2 as *const u16;
43
const VDD_CALIB: u16 = 3300;
44
45
-use core::{ptr, default};
+use core::{default, ptr};
46
47
use embedded_hal::{
48
adc::{Channel, OneShot},
0 commit comments