I have a tiny USB-A ATmega32u4 leonardo clone that has been hard to find information for. I’m setting it up to receive PPM from an R/C receiver, but I’m having a tough time figuring out which pin I should be using/what the pin name is in the code. I have successfully set up the board to show up as a HID in Windows, but I have tried multiple combinations and I am still not getting signal in the serial monitor.
This is the board: Amazon.com
And this is the code: GitHub - wireless-rc-adapter/wireless-rc-adapter: 🎮 Arduino USB-Joystick adapter for RC receivers with PWM and PPM modulations up to 8 channels.
The project code defaults to Pin 4 but that isn't available on this board. I have referenced the ATmega32u4 datasheet and followed the traces to each pad to determine which pin to use, but I'm still getting nothing. It's my understanding that to use PPM you have to use an interrupt, but I am not seeing mention of that in the code.
I'm brand new to coding and this is my first arduino project so thank you for any help/guidance.