adafruit / Adafruit_CircuitPython_RFM69

CircuitPython module for the RFM69 series of 433/915 mhz packet radios.
MIT License
31 stars 28 forks source link

Add access to CRC status and enable #38

Open jerryneedell opened 2 years ago

jerryneedell commented 2 years ago

According to the data sheet, the CRC is enabled by default. Should there be properties that allow for enable/disable of the CRC and checking of the crc status? Possibly this can be done in a similar way to how it is implemented for the RFM9x. https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/main/adafruit_rfm9x.py