-
Notifications
You must be signed in to change notification settings - Fork 2
How to use i2c and this library? #1
Comments
Not implemented yet. |
Is it in the works? Or should we create a fork and then make a PR for it? |
I plan to merge all ch32[vx][0123]*-hal into one as they share almost the same style of peripherals. |
Currently, the most complete -hal crate is the ch58x-hal. |
@andelf okay makes sense, do you want any help working on any parts of it? Not that I know the RISC-V architecture of qingke cpus all the way yet; but I'm decent with rust/C/asm |
现在进度咋样了,准备用ch32v208做产品了,想用rust开发 |
@rollge 目前不适合产品. 做个人小项目的话欢迎来参与. |
@rollge You could probably use the C libraries with bindgen for now. |
Thanks for the solution. |
Implemented in https://github.com/ch32-rs/ch32-hal |
I have couple questions
The text was updated successfully, but these errors were encountered: