File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,12 @@ class RFM69:
148
148
packets at a time.
149
149
150
150
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
152
157
specific packets or guaranteed delivery are not supported. Only simple
153
158
broadcast of packets to all listening radios is supported. Features like
154
159
addressing and guaranteed delivery need to be implemented at an application
You can’t perform that action at this time.
0 commit comments