deep sleep and wakeup working!

This commit is contained in:
sigil-03 2025-09-12 15:47:45 -06:00
parent fba0fbec61
commit 1a420018d1
2 changed files with 109 additions and 48 deletions

View file

@ -3,6 +3,9 @@ name = "ch32v-insert-coin"
version = "0.1.0"
edition = "2024"
[features]
enable_print = []
[dependencies]
ch32-hal = { path = "ext/ch32-hal/", features = [
"ch32v003f4u6",