Deqing Sun

Results 47 comments of Deqing Sun

I haven't fully tested the PR but it did fix issue in ulab. in current maixpy, the dot product is not calculated correctly. ~~~ m = np.array([[1, 2, 3], [4,...

@rikka0w0 I can confirm 24M clock is not enough to decode BMC in real-time with C (sdcc), while the CH549 can do it in C on 40MHz clock. However, with...

Now the branch has been both tested in OSX 10.13 and Win7

Hi, I had similar issue, Here is how I did it. Get sample plugin with git clone --recursive https://github.com/saleae/SampleAnalyzer Compile to make sure it works with python build_analyzer.py Then I...

https://github.com/NicoHood/HID/tree/master/examples/RawHID/RawHID I used your code with an off shelf Arduino Micro Pro The only change I made was using Pin 10 for button.

I did a workaround by add a leading zero on windows platform.

Please do not include the formatting code into the PR or I can not see where you changed. At this moment you changed every line of the code. Also please...

Thanks, this looks nice. But a clock change will require intensive testing with logic analyzer. I will test the timing then I will merge it.

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 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...