Skip to content

Commit 06a9c33

Browse files
committed
updated info docstring
1 parent d5422c0 commit 06a9c33

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

adafruit_rfm69.py

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,35 @@
3737
receiving a 60 byte packet at a time--don't try to receive many kilobytes of data at a time!
3838
3939
* Author(s): Tony DiCola
40+
41+
Implementation Notes
42+
--------------------
43+
44+
**Hardware:**
45+
46+
* Adafruit `RFM69HCW Transceiver Radio Breakout - 868 or 915 MHz - RadioFruit
47+
<https://www.adafruit.com/product/3070>`_ (Product ID: 3070)
48+
49+
* Adafruit `RFM69HCW Transceiver Radio Breakout - 433 MHz - RadioFruit
50+
<https://www.adafruit.com/product/3071>`_ (Product ID: 3071)
51+
52+
* Adafruit `Feather M0 RFM69HCW Packet Radio - 868 or 915 MHz - RadioFruit
53+
<https://www.adafruit.com/product/3176>`_ (Product ID: 3176)
54+
55+
* Adafruit `Feather M0 RFM69HCW Packet Radio - 433 MHz - RadioFruit
56+
<https://www.adafruit.com/product/3177>`_ (Product ID: 3177)
57+
58+
* Adafruit `Radio FeatherWing - RFM69HCW 900MHz - RadioFruit
59+
<https://www.adafruit.com/product/3229>`_ (Product ID: 3229)
60+
61+
* Adafruit `Radio FeatherWing - RFM69HCW 433MHz - RadioFruit
62+
<https://www.adafruit.com/product/3230>`_ (Product ID: 3230)
63+
64+
**Software and Dependencies:**
65+
66+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
67+
https://github.com/adafruit/circuitpython/releases
68+
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
4069
"""
4170
import time
4271

0 commit comments

Comments
 (0)