From 9c9f4fe4855aa964483434a155c4ea59a547319c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?th=C3=B8th?= Date: Tue, 15 Jan 2019 10:25:33 +0200 Subject: [PATCH] correction --- lib_nrf24.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib_nrf24.py b/lib_nrf24.py index bfd5f7c..a20cd73 100644 --- a/lib_nrf24.py +++ b/lib_nrf24.py @@ -371,6 +371,7 @@ class NRF24: # 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! self.spidev.open(0, csn_pin) + self.spidev.max_speed_hz = 100000 self.ce_pin = ce_pin if ce_pin: