use 115200 baud and print panic over serial

This commit is contained in:
2025-07-18 20:31:23 +01:00
parent 8749adda13
commit 55aebb5db2
4 changed files with 22 additions and 7 deletions

View File

@@ -11,10 +11,10 @@ test = false
bench = false
[dependencies]
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0"
panic-serial = { version = "0.1.2", features = ["full"] }
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"