BrushlessPower / BlHeli-Passthrough

Arduino Library and Examples for BlHeli Passtrough with ESP32
GNU General Public License v3.0
31 stars 5 forks source link

Port for RP2040 using PIO #10

Closed bastian2001 closed 7 months ago

bastian2001 commented 7 months ago

This adds the support for the RP2040 using its PIO (programmable IO) peripheral to emulate halfduplex UART. For the RP2040, it is also possible to have up to 8 ESCs, whose pins can be defined in the beginPassthrough() function. Tested and working with 4 ESCs.