dekay / DavisRFM69

An Arduino library for the RFM69 transceiver module that enables communications with Davis Instruments weather station hardware.
88 stars 27 forks source link

Missing #defines #5

Closed matricies closed 9 years ago

matricies commented 10 years ago

I located the missing RFM69registers.h file but there were still 4 #defines missing and giving "not declared" errors: RF_FDEVMSB_4800 (But _RF_FDEVMSB5000 is in the RFM69registers.h file.) RF_FDEVLSB_4800 (RF__FDEVLSB5000 is there too.) RF_AFCLOWBETA_OFF REG_TESTAFC I couldn't find them defined anywhere in any of the libraries mentioned in the readme or blog. Not sure how to fix this. :-(

scottp commented 9 years ago

I have just found the same problem trying to get this compiled. Any ideas out there?

Scott216 commented 9 years ago

They were removed from this commit: https://github.com/LowPowerLab/RFM69/commit/e8a076784954da19acd2009b12e23f15e5894b8d don't know why

Try using this file: https://github.com/LowPowerLab/RFM69/blob/2d233df459d404583243d0ceb3c7881f8bb43f3f/RFM69registers.h

scottp commented 9 years ago

Ahh looks like RFM69Registers has changed. I will write up a patch. Thanks.

dekay commented 9 years ago

Should be fixed in 77b57e2