adafruit / Adafruit_CircuitPython_RFM9x

CircuitPython module for the RFM95/6/7/8 LoRa wireless 433/915mhz packet radios.
MIT License
68 stars 45 forks source link

add access to RadioHead Packet headers #11

Closed jerryneedell closed 5 years ago

jerryneedell commented 5 years ago

Allow optional access to set/receive the Radiohead Packet Headers. Similar to https://github.com/adafruit/Adafruit_CircuitPython_RFM69/pull/12

jerryneedell commented 5 years ago

implemented by pr #12