Skip to content

Commit 2fc15bf

Browse files
committed
Update comment.
1 parent 3580e46 commit 2fc15bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

adafruit_rfm69.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,12 @@ class RFM69:
148148
packets at a time.
149149
150150
Also note this library tries to be compatible with raw RadioHead Arduino
151-
library communication. Advanced RadioHead features like address/node
151+
library communication. This means the library sets up the radio
152+
modulation to match RadioHead's default of GFSK encoding, 250kbit/s
153+
bitrate, and 250khz frequency deviation. To change this requires
154+
explicitly setting the radio's bitrate and encoding register bits. Read
155+
the datasheet and study the init function to see an example of
156+
this--advanced users only! Advanced RadioHead features like address/node
152157
specific packets or guaranteed delivery are not supported. Only simple
153158
broadcast of packets to all listening radios is supported. Features like
154159
addressing and guaranteed delivery need to be implemented at an application

0 commit comments

Comments
 (0)