pgrady3 / EasyController3

A simple BLDC motor controller, and the evolution of the EasyController2
MIT License
70 stars 4 forks source link

Managed to build project on PlatformIO on VSC #6

Open bmentink opened 3 months ago

bmentink commented 3 months ago

Hi,

I found a custom platform project that seems to work quite well to build Pico SDK projects under PlatformIO. The link to the project is here: https://github.com/maxgerhardt/wizio-pico.git

Seems to work .. I see the PWM and the debug flags (by the way on_adc_fifo() runs in 5.2us using this build method)

Quick question: Where about's do you set the dead-time for the PWM?