Skip to content

Commit

Permalink
Add example to poll encoder and display value on I2C display (#963)
Browse files Browse the repository at this point in the history
Co-authored-by: Milton Eduardo Sosa <[email protected]>
  • Loading branch information
snorkman88 and Milton Eduardo Sosa authored Oct 2, 2024
1 parent 805ea26 commit 87a8b74
Show file tree
Hide file tree
Showing 7 changed files with 1,010 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/stm32f411_encoder_polling/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[target.thumbv7em-none-eabihf]

runner = "probe-rs run --chip STM32F411CEUx"

rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]

[build]
target = "thumbv7em-none-eabihf"

[env]
DEFMT_LOG = "debug"
Loading

0 comments on commit 87a8b74

Please sign in to comment.