File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ Module radio_fast.py
90
90
Class Master
91
91
~~~~~~~~~~~~
92
92
93
- The class hierarchy is Master-RadioFast-NRF24L01 (in nrf24l01.py).
93
+
94
+ The class hierarchy is Master-RadioFast-NRF24L01 (in nrf24l01.py).
94
95
95
96
Constructor
96
97
@@ -160,6 +161,7 @@ It also implements ``RadioConfig`` instances corresponding to the hardware in us
160
161
Classes FromMaster and ToMaster
161
162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
162
163
164
+
163
165
These define the message contents for messages sent from master to slave and vice versa. To adapt these
164
166
for an application the instance variables, ``fmt`` format string, ``pack()`` and ``unpack()`` methods
165
167
will need to be adjusted. Message formats may differ so long as their packed sizes are identical and in
You can’t perform that action at this time.
0 commit comments