made compass project from rust-discovery into a tilt compensated compass.
This commit is contained in:
commit
7fe49fd9bf
12 changed files with 860 additions and 0 deletions
7
.cargo/config
Normal file
7
.cargo/config
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue