API reference or programing guides?
kahoch opened this issue · 2 comments
From the example, it appears that the code for the same “function” (or “goal”?) varies across different types of chips. For example, in the basic "blinky-none-os" examples, ch32 series is very different from ch5x series. Even CH56x and CH57x have their differences. Where can I get the programing instruction? I tried searching on WCH's website, but it seems that there are no results.
I don't think there exists an API reference PDF for the NoneSDK(s) published by WCH, but you have the header files as a reference e.g. CH56x_gpio.h and the EVT examples, e.g. ch32v003, ch569, etc.
There's nothing really I can do in this repo to solve the problem of missing WCH documents though :(
I see. Thank you for your work!