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,6 +1,6 @@
MEMORY
{
/* NOTE K = KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
FLASH : ORIGIN = 0x00000000, LENGTH = 512K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}