Community-PIO-CH32V / platform-ch32v

PlatformIO platform for CH32V RISC-V chips (CH32V003, CH32V103, CH32V20x, CH32V30x, CH32X035) and CH56x, CH57x, CH58x, CH59x
Apache License 2.0
233 stars 37 forks source link

Is the pwm of ch32v00x working now? #66

Closed xiaowine closed 2 months ago

xiaowine commented 3 months ago

Is the pwm of ch32v00x working now? I use analogWrite without a response

maxgerhardt commented 3 months ago

analogWrite() for CH32V003 should be working fine on these pins.

https://github.com/openwch/arduino_core_ch32/blob/273620c809ba4cc3c6928543c6929634de8e50ba/variants/CH32V00x/CH32V003F4/PeripheralPins.c#L64-L76

maxgerhardt commented 2 months ago

Reopen if you still need help.