-
Example os WS2812's chase fails to build on v0.0.18 with the following error messages.
```
sdcpp.exe: fatal error: when writing output to : Invalid argument
C:/Users/akita/AppData/Local/Arduino15/p…
-
Hello,
Thank you for this great design. I have assembled this project and I managed to detect the chip and program it from the first try with Arduino.
The programming went flawlessly with the prov…
-
Greetings!
I connected your board in Arduino IDE and tried to compile an "empty" program (sketch).
```
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put …
-
Hi,
I tried to compile the CMSIS_DAP example with ch55xduino 0.0.12 but compilation fail when trying to compile "SW_DP.c" file :
```
[...]
/home/reppad/.arduino15/packages/CH55xDuino/tools/MCS…
-
The following content is from machine translation, please forgive me if there is any error
![image](https://user-images.githubusercontent.com/109615952/232453185-6fde0836-f323-4fb0-9daa-54a4a688acc9.…
-
My ch552g came in a macropad, with bootloader access method configured to pulling P1.5 to GND, instead of the standard pull P3.6 high. After using ch55xduino on it (which is awesome!), I tried the HID…
-
Hello! I'm writing this issue with hope that you could give me some help. I'm facing a strange behavior with CH552 dev board and the module W25Q32 (external flash memory) when I'm reading data when I …
-
Tell me, please, if I use USBSerial to interact my program in ch55xduino with an external computer, is it possible for me to programmatically determine that this external computer changes the states o…
-
![擷取](https://github.com/DeqingSun/ch55xduino/assets/109935140/ff3bb82b-f42b-4df3-9af2-c61e93708613)
i try sqrt(2),and it shows the error
-
Hi
I use example: USBHIDKeyboardMouse ,
Mouse_click and Mouse_move is Ok ,but Mouse_scroll can't work, how can I use this method? I test Mouse_scroll(0) Mouse_scroll(1) Mouse_scroll(100) Mouse_scro…