Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Rogers committed Feb 3, 2023
1 parent a2053e4 commit 42ece63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/driver.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use crate::registers::Register;
use crate::{helpers, MaskEnableFlags, OperatingMode, Voltage};
use crate::{helpers, MaskEnableFlags, OperatingMode};
use core::cell::RefCell;
use hal::i2c::I2c;
use ohms::Voltage;

const RESET_FLAG: u16 = 0x8000;
const CHANNEL_1_FLAG: u16 = 0x4000;
Expand Down

0 comments on commit 42ece63

Please sign in to comment.