cnlohr / ch32v003fun

Open source minimal stack for the ch32 line of WCH processors, including the ch32v003, a 10¢ 48 MHz RISC-V Microcontroller - as well as many other chips within the ch32v/x line.
MIT License
936 stars 144 forks source link

Add more examples to.. examples (Si5351) #256

Closed panciunio closed 10 months ago

panciunio commented 11 months ago

Hi,

I'm not regular contributor and my knowledge regarding GIT API is rather weak... so I would ask how is procedure to add more examples to examples branch? For example I adapted I2C function to be more generic and add feature to use VCXO Si5351 with CH32V003. Maybe someone needs this kind of devices...

https://github.com/panciunio/ch32v003fun/tree/master/projects

Best Regards, pancio

cnlohr commented 10 months ago

For this sort of thing, you should probably make a separate project on github, then I can link it in the readme!

cnlohr commented 10 months ago

Please open a new issue if/when you do add it!