Add encoder
... | @@ -9,6 +9,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] } | ... | @@ -9,6 +9,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] } |
cortex-m-rt = "0.7.3" | cortex-m-rt = "0.7.3" | ||
defmt = "0.3.5" | defmt = "0.3.5" | ||
defmt-rtt = "0.4.0" | defmt-rtt = "0.4.0" | ||
embedded-hal = "0.2.7" | |||
panic-probe = { version = "0.3.1", features = ["print-defmt"] } | panic-probe = { version = "0.3.1", features = ["print-defmt"] } | ||
rtic = { version = "2.0.1", features = ["thumbv7-backend"] } | rtic = { version = "2.0.1", features = ["thumbv7-backend"] } | ||
rtic-monotonics = { version = "1.5.0", features = ["cortex-m-systick"] } | rtic-monotonics = { version = "1.5.0", features = ["cortex-m-systick"] } | ||
... | ... |
src/encoders.rs
0 → 100644
Please register or sign in to comment