Skip to content

Commit 85f90f7

Browse files
committed
Fix example
1 parent 7f85f87 commit 85f90f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric
1010
use linux_embedded_hal as hal;
1111

1212
use linux_embedded_hal::{Delay, I2cdev};
13-
use bme280::BME280;
13+
use bme280::i2c::BME280;
1414

1515
// using Linux I2C Bus #1 in this example
1616
let i2c_bus = I2cdev::new("/dev/i2c-1").unwrap();

0 commit comments

Comments
 (0)