refractor into library crate with examples

This commit is contained in:
2026-02-26 14:16:34 +01:00
parent d624b92704
commit 4ec062f575
24 changed files with 1019 additions and 211 deletions

View File

@@ -1,8 +0,0 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip STM32WLE5JC"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "debug"