Skip to content

Commit

Permalink
re-export registers
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 24, 2024
1 parent e771247 commit 9629aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use hal::i2c::I2c;
use num_traits::FromPrimitive;

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

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

0 comments on commit 9629aa3

Please sign in to comment.