Update Readme for examples

embedded-hal-1.0
Chris 2020-03-27 10:13:22 +01:00 committed by GitHub
parent 8776211536
commit c62ee89960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Other similiar libraries with support for much more displays are [u8g2](https://
## Examples ## Examples
There are multiple examples in the examples folder. For more infos about the examples see the seperate Readme [there](/examples/Readme.md). These examples are all rust projects of their own, so you need to go inside the project to execute it (cargo run --example doesn't work). There are multiple examples in the examples folder. Use `cargo run --example example_name` to try them.
```Rust ```Rust
// Setup the epd // Setup the epd