ZZ-Cat / CRSFforArduino

An Arduino Library for communicating with ExpressLRS and TBS Crossfire receivers.
GNU Affero General Public License v3.0
145 stars 25 forks source link

PPM output #24

Closed axljackass closed 1 year ago

axljackass commented 1 year ago

Any support for PPM output and using Bluepill board?

ZZ-Cat commented 1 year ago

Any support for PPM output and using Bluepill board?

CPPM is an outdated way of managing RC channels, & it is outside the scope of this project. I will not include it because of those two reasons.

I don't have any plans to add STM32 support yet. This is simply because I don't own any STM32 development boards (such as the Blue Pill). If I did add STM32 compatibility, I would start with these two boards, because they are both easily accessible to me & because of things such as this.

Right now, I need to focus on getting full CRSF compatibility (including telemetry) finished before I consider anything else.