File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ impl embedded_hal::blocking::delay::DelayMs<u64> for Delay {
141
141
142
142
/// Newtype around [`i2cdev::linux::LinuxI2CDevice`] that implements the `embedded-hal` traits
143
143
///
144
- /// [`i2cdev::linux::LinuxI2CDevice`]: https://docs.rs/i2cdev/0.3.1 /i2cdev/linux/struct.LinuxI2CDevice.html
144
+ /// [`i2cdev::linux::LinuxI2CDevice`]: https://docs.rs/i2cdev/0.4.3 /i2cdev/linux/struct.LinuxI2CDevice.html
145
145
pub struct I2cdev {
146
146
inner: i2cdev::linux::LinuxI2CDevice,
147
147
path: PathBuf,
@@ -151,7 +151,7 @@ pub struct I2cdev {
151
151
impl I2cdev {
152
152
/// See [`i2cdev::linux::LinuxI2CDevice::new`][0] for details.
153
153
///
154
- /// [0]: https://docs.rs/i2cdev/0.3.1 /i2cdev/linux/struct.LinuxI2CDevice.html#method.new
154
+ /// [0]: https://docs.rs/i2cdev/0.4.3 /i2cdev/linux/struct.LinuxI2CDevice.html#method.new
155
155
pub fn new<P>(path: P) -> Result<Self, i2cdev::linux::LinuxI2CError>
156
156
where
157
157
P: AsRef<Path>,
You can’t perform that action at this time.
0 commit comments