Skip to content

Commit e4d4ce1

Browse files
committed
test: doc test failing, was not inteded to run
1 parent 5a57ce2 commit e4d4ce1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ let config = Qmc5883PConfig::default()
4444

4545
### Driver Initialization
4646

47-
```rust
47+
```rust, ignore
48+
use qmc5883p::Qmc5883p;
4849
// Initialize the sensor with your I2C peripheral
4950
let mut sensor = Qmc5883p::new(i2c);
5051
sensor.init(config).await?;

0 commit comments

Comments
 (0)