mikeneiderhauser / CRSFJoystick

Arduino code that runs on a Pi Pico (2040) to emulate a USB HID Joystick
GNU General Public License v3.0
146 stars 32 forks source link

Add pin info in readme #21

Closed RobertoD91 closed 10 months ago

RobertoD91 commented 10 months ago

Hi, thank you for this amazing work. It might be a good idea to add the default TX and RX pins in the README.

Something like Raspberry Pico CRSF Receiver
4 RX
5 TX

IMG_3062 - dimensioni grandi

mikeneiderhauser commented 10 months ago

Added a pin section to the DIY hardware heading in the README.
https://github.com/mikeneiderhauser/CRSFJoystick#diy-hardware

Other pin defs can also be found in the board_defs.h file

Thanks for the feedback!