Skip to content

A simple prop signal reading program for RP2040 based arduino using interrupts

Notifications You must be signed in to change notification settings

waldmanns/rp2040_propin_mbedos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A simple prop signal reading program for RP2040 based arduino using interrupts

After trying multiple libraries I always encountered errors, non working pins or performance issues. While digging through mbedOS documentation and related forums (thanks to user haplm) I've put togheter this, in order to process my 5 channel receiver data.

The implementation only uses mbedOS provided functions, is easy and blazing fast

You should not use this combined with the simplified Arduino "Serial" library, it creates timing conflicts and the proportional readings are innacurate. I don't actively use or develop for the RP2040, this was made only for evaluation purposes

About

A simple prop signal reading program for RP2040 based arduino using interrupts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages