jgillula / rpi-rfm69

Python RFM69 library for Raspberry Pi
GNU General Public License v3.0
31 stars 20 forks source link

Documentation Error #27

Closed rufusclark closed 1 year ago

rufusclark commented 1 year ago

I believe GPIO Pin 25 has been miss labelled as GPIO 5 in your documentations (according to BOARD number 22 and fritzing diagram) within hookup page in the final column of your pinout page.

image image
jgillula commented 1 year ago

It's been a while since I've looked at this, but I think what I'm seeing for the reset pin is:

I think the right way to fix this is to fix the diagram and table to match the default in the code, namely Pi pin 29, GPIO 5.