Skip to content

Commit

Permalink
the order might be important here?
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 24, 2024
1 parent 9629aa3 commit 5dc9e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ use hal::i2c::I2c;
#[cfg(feature = "out_f32")]
use num_traits::FromPrimitive;

use crate::reg::*;
pub use crate::reg::{I2C_SAD, Register, Aoi6d, FifoMode, FullScale, Mode, Odr};

use crate::reg::*;

/// Possible slave addresses
pub enum SlaveAddr {
/// Default slave address
Expand Down

0 comments on commit 5dc9e0c

Please sign in to comment.