got embassy compass outputting a heading number.

This commit is contained in:
Gabe Venberg 2025-07-08 17:22:26 +02:00
parent 6f6660fd6a
commit 45578958a6
8 changed files with 103 additions and 76 deletions

View file

@ -1,11 +1,4 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "debug"