modified CSN pin to 15 ( gpio 22 )

This commit is contained in:
thøth 2019-01-15 11:21:08 +02:00
parent 9c9f4fe485
commit 90a72b109e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import spidev
pipes = [[0xe7, 0xe7, 0xe7, 0xe7, 0xe7], [0xc2, 0xc2, 0xc2, 0xc2, 0xc2]]
radio2 = NRF24(GPIO, spidev.SpiDev())
radio2.begin(0, 17)
radio2.begin(0, 22)
radio2.setRetries(15,15)

View File

@ -16,7 +16,7 @@ import spidev
pipes = [[0xe7, 0xe7, 0xe7, 0xe7, 0xe7], [0xc2, 0xc2, 0xc2, 0xc2, 0xc2]]
radio = NRF24(GPIO, spidev.SpiDev())
radio.begin(0, 17)
radio.begin(0, 22)
time.sleep(1)
radio.setRetries(15,15)
radio.setPayloadSize(32)