update: improve documentation and restructure code for modular hardware integration, add CAN communication to HAL, and update KiCad layouts

This commit is contained in:
2026-01-23 22:02:14 +01:00
parent 1de40085fb
commit 0c0b62e2ed
18 changed files with 486 additions and 219 deletions

View File

@@ -186,7 +186,6 @@ fn limit_length<const LIMIT: usize>(input: &str, target: &mut heapless::String<L
)
}
}
return;
}
}
}