JF002 / cfRFM69

RFM69 driver library for ESP32/Arduino
MIT License
7 stars 2 forks source link

Library functions are riddled with missing bitwise nots #2

Open khoek opened 3 years ago

khoek commented 3 years ago

Hi there,

While writing my own library for ESP-IDF to interface with the RFM69HCW module I greatly appreciated the existence of this repository, which I tried to debug against. However, many attempts at bitmasking were missing bitwise nots, which meant that particular functions only worked at most once, and by luck---this was quite confusing. Perhaps it was the reason that the author was not able to get RX fully working as part of their doorbell project.

Best wishes, Keeley