DeqingSun / ch55xduino

An Arduino-like programming API for the CH55X
GNU Lesser General Public License v2.1
430 stars 85 forks source link

Can you add an example about ch559 USB host? This is a very important feature thx #159

Closed FBMNBAWA closed 1 month ago

FBMNBAWA commented 4 months ago

Thank you

DeqingSun commented 4 months ago

I have not found a good framework for USB host. But you generally can copy example from WCH directly because you don't need interrupts for host.

relaxibus commented 1 month ago

what about to port this project to Arduino? https://github.com/atc1441/CH559sdccUSBHost

DeqingSun commented 1 month ago

@relaxibus That is a working example, not a framework. You can not modify the code unless you are an expert in USB. But you won't need that code if you are an expert.