testing i2c slave impl

This commit is contained in:
2025-08-20 19:39:51 +02:00
parent 96cfe503c6
commit b932379982
3 changed files with 39 additions and 8 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
ch32-hal = { git = "https://github.com/ch32-rs/ch32-hal", features = [
#ch32-hal = { git = "https://github.com/ch32-rs/ch32-hal", features = [
ch32-hal = { path = "/home/judge/dev/github.com/ju6ge/ch32-hal", features = [
"ch32v203c8t6",
"memory-x",
"embassy",