dimag0g / PPM-reader

An interrupt based PPM signal reader for Arduino
GNU General Public License v3.0
23 stars 10 forks source link

Arduino Uno R4 Compatible? #8

Open RaisingAwesome opened 10 months ago

RaisingAwesome commented 10 months ago

This works excellent with an Arduino MKRZero.

I tried it with an Arduino Uno R4 Minima, but the values all read 0. No errors occur when compiling and uploading. Just getting no values as if the interrupt is not triggering.

Anyone have any thoughts as to why?

grybouilli commented 4 months ago

Hey, I have given a reply for a similar problem on #6 I don't have an Uno R4, but maybe you could try my answer ? If you do, please give us a feedback so I could add it to my pull request (maybe this isn't a ESP32-issue-only ?).