made compass project from rust-discovery into a tilt compensated compass.

This commit is contained in:
Gabe Venberg 2023-10-22 13:48:09 -05:00
commit 7fe49fd9bf
12 changed files with 860 additions and 0 deletions

7
.cargo/config Normal file
View file

@ -0,0 +1,7 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"