Skip to content

Commit

Permalink
Merge pull request #469 from FoamyGuy/adding_rfm
Browse files Browse the repository at this point in the history
Adding RFM library
  • Loading branch information
tannewt authored Aug 13, 2024
2 parents f631081 + afa5910 commit f755ec3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1013,3 +1013,6 @@
[submodule "libraries/drivers/hdc302x"]
path = libraries/drivers/hdc302x
url = https://github.com/adafruit/Adafruit_CircuitPython_HDC302x.git
[submodule "libraries/drivers/rfm"]
path = libraries/drivers/rfm
url = https://github.com/adafruit/Adafruit_CircuitPython_RFM.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ These chips communicate to others over radio.
AirLift Co-Processor Manager <https://docs.circuitpython.org/projects/airlift/en/latest/>
ESP WiFi Co-Processor using AT Commands <https://docs.circuitpython.org/projects/esp-atcontrol/en/latest/>
ESP32 WiFi Co-Processor over SPI <https://docs.circuitpython.org/projects/esp32spi/en/latest/>
RFM LoRa & Packet Radio <https://docs.circuitpython.org/projects/rfm/en/latest/>
RFM9x LoRa <https://docs.circuitpython.org/projects/rfm9x/en/latest/>
RFM69 Packet Radio <https://docs.circuitpython.org/projects/rfm69/en/latest/>
PN532 NFC/RFID <https://docs.circuitpython.org/projects/pn532/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/rfm
Submodule rfm added at 04ccc8

0 comments on commit f755ec3

Please sign in to comment.