Skip to content

Commit 3f84a01

Browse files
committed
Fix example build
Either need to use `--examples` or `--example linux`. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 3adba77 commit 3f84a01

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
@@ -19,7 +19,7 @@ This driver allows you to:
1919
To use this driver, import this crate and an `embedded_hal` implementation,
2020
then instantiate the appropriate device. See the `examples` folder for example code.
2121

22-
Run it on Linux with `cargo build --examples linux && sudo ./target/debug/examples/linux`.
22+
Run it on Linux with `cargo build --examples && sudo ./target/debug/examples/linux`.
2323
It's hardcoded to bus `/dev/i2c-3` and I2C address 0b10000 (grounded).
2424

2525
## Discussion

0 commit comments

Comments
 (0)