Skip to content

Commit

Permalink
Make AccDrdyMap accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
rland93 committed Mar 27, 2024
1 parent 73936a9 commit 8a73469
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 @@ -19,7 +19,7 @@ mod types;

pub use crate::interface::Addr;
pub use crate::types::{
AccBandwidth, AccConf, AccDataRate, AccPowerConf, AccPowerEnable, AccRange,
AccBandwidth, AccConf, AccDataRate, AccDrdyMap, AccPowerConf, AccPowerEnable, AccRange,
AccelerometerConfig, ErrCode, Error, GyroBandwidth, GyroDrdyMap, GyroPowerMode, GyroRange,
IntConfiguration, IntPin, PinActive, PinBehavior, Sensor3DData,
};
Expand Down

0 comments on commit 8a73469

Please sign in to comment.