mayeranalytics / pySX127x

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.
GNU Affero General Public License v3.0
171 stars 115 forks source link

(small) mistake in documentation #1

Closed thomasverbeke closed 8 years ago

thomasverbeke commented 8 years ago

I think there is a (small) mistake in your documentation in board_config.py from line 33

# Note that the BCOM numbering for the GPIOs is used.
DIO0 = 22   # RaspPi GPIO 21
DIO1 = 23   # RaspPi GPIO 22
DIO2 = 24   # RaspPi GPIO 23
DIO3 = 25   # RaspPi GPIO 24
LED  = 18   # RaspPi GPIO 18 connects to the LED on the proto shield
SWITCH = 4  # RaspPi GPIO 4 connects to a switch

Should say DIO0 = 22 # RaspPi GPIO 22 instead of 21

mayeranalytics commented 8 years ago

Hi Thomas, thank you for the feedback! Yes, you are right. It shall be fixed. Regards Markus

On 12 Nov 2015, at 16:47, thomasverbeke notifications@github.com wrote:

I think there is a (small) mistake in your documentation in board_config.py from line 33

Note that the BCOM numbering for the GPIOs is used.

DIO0 = 22 # RaspPi GPIO 21 DIO1 = 23 # RaspPi GPIO 22 DIO2 = 24 # RaspPi GPIO 23 DIO3 = 25 # RaspPi GPIO 24 LED = 18 # RaspPi GPIO 18 connects to the LED on the proto shield SWITCH = 4 # RaspPi GPIO 4 connects to a switch Should say DIO0 = 22 # RaspPi GPIO 22 instead of 21

— Reply to this email directly or view it on GitHub https://github.com/mayeranalytics/pySX127x/issues/1.