Skip to content

Commit d3e6e22

Browse files
committed
radio-fast added
1 parent 7a6ff75 commit d3e6e22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

radio-fast/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ Module radio_fast.py
9090
Class Master
9191
~~~~~~~~~~~~
9292
93-
The class hierarchy is Master-RadioFast-NRF24L01 (in nrf24l01.py).
93+
94+
The class hierarchy is Master-RadioFast-NRF24L01 (in nrf24l01.py).
9495
9596
Constructor
9697
@@ -160,6 +161,7 @@ It also implements ``RadioConfig`` instances corresponding to the hardware in us
160161
Classes FromMaster and ToMaster
161162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
162163
164+
163165
These define the message contents for messages sent from master to slave and vice versa. To adapt these
164166
for an application the instance variables, ``fmt`` format string, ``pack()`` and ``unpack()`` methods
165167
will need to be adjusted. Message formats may differ so long as their packed sizes are identical and in

0 commit comments

Comments
 (0)