Add example to poll encoder and display value on I2C display (#963)

Co-authored-by: Milton Eduardo Sosa <milton@Miltons-MacBook-Pro.local>
This commit is contained in:
Milton Eduardo Sosa 2024-10-02 20:46:42 +02:00 committed by GitHub
parent 805ea267a8
commit 87a8b74908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1010 additions and 0 deletions

View file

@ -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"