First thanks to the people there has made it possible to have the WCH (CH32V003xxx) processors as part of Arduino IDE.
Fantastic $0.10 processor.
I have tried to use analogwrite() for dimming a led, but unfortunately either I do something wrong or the command are not yet implemented.
Has anyone know-how about this issue?
I fully understand if the command is not yet implemented, but I'm missing library or using analogwriwe() in a wrong way, I would be very thankful if someone would give an hand.
Look we have rules here which you seem to be ignoring, starting off with not posting in the correct category, and now refusing to comply with a standard requirement.
Perhaps a bit late, but for your information: analogWrite() has only recently been added to the CH32 core. At the moment the latest published release (1.0.4) doesn't support analogWrite(), but the latest code in the GitHub repository does. I recently tested PWM to control a fan using the CH32V003 via a MOSFET. It also allows changing the frequency. PWM works for several output pins (but not for all).