modified CSN pin to 15 ( gpio 22 )
This commit is contained in:
parent
9c9f4fe485
commit
90a72b109e
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user