Completely ported compass to embassy.

This commit is contained in:
Gabe Venberg 2025-07-11 14:32:56 +02:00
parent 3471b71dbc
commit 24c8773820
5 changed files with 78 additions and 24 deletions

View file

@ -20,3 +20,4 @@ embassy-sync = { version = "0.7", features = ["defmt"] }
microbit-bsp = { git = "https://github.com/lulf/microbit-bsp.git", rev = "19d555bfbbcfa39db6aac467673386662c39e299" }
libm = "0.2.15"
embedded-hal-async = "1.0.0"