We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adba77 commit 3f84a01Copy full SHA for 3f84a01
README.md
@@ -19,7 +19,7 @@ This driver allows you to:
19
To use this driver, import this crate and an `embedded_hal` implementation,
20
then instantiate the appropriate device. See the `examples` folder for example code.
21
22
-Run it on Linux with `cargo build --examples linux && sudo ./target/debug/examples/linux`.
+Run it on Linux with `cargo build --examples && sudo ./target/debug/examples/linux`.
23
It's hardcoded to bus `/dev/i2c-3` and I2C address 0b10000 (grounded).
24
25
## Discussion
0 commit comments