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

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
*.org
.#*
.gdb_history
/template
Cargo.lock
book/
target/
/.idea