correction
This commit is contained in:
parent
ea330cbb0e
commit
9c9f4fe485
@ -371,6 +371,7 @@ class NRF24:
|
|||||||
# CE optional (at least in some circumstances, eg fixed PTX PRX roles, no powerdown)
|
# CE optional (at least in some circumstances, eg fixed PTX PRX roles, no powerdown)
|
||||||
# CE seems to hold itself as (sufficiently) HIGH, but tie HIGH is safer!
|
# CE seems to hold itself as (sufficiently) HIGH, but tie HIGH is safer!
|
||||||
self.spidev.open(0, csn_pin)
|
self.spidev.open(0, csn_pin)
|
||||||
|
self.spidev.max_speed_hz = 100000
|
||||||
self.ce_pin = ce_pin
|
self.ce_pin = ce_pin
|
||||||
|
|
||||||
if ce_pin:
|
if ce_pin:
|
||||||
|
Loading…
Reference in New Issue
Block a user