dekay/DavisRFM69

Compile errors in DavisRFM69::initialize()

Scott216 opened this issue · 2 comments

I'm trying to compile VP2.ino example with the Arduino IDE v1.05. In the file DavisRFM69.cpp, function DavisRFM69::initialize(), I'm getting compile errors on all the constants, like RF_OPMODE_SEQUENCER_ON. The error is "was not declared in this scope". Any idea how to resolve this?

I found the problem, your repo is missing RFM69registers.h. I grabbed the one from
https://github.com/LowPowerLab/RFM69/blob/master/RFM69registers.h
and it compiles okay now.

Fixed with 77b57e2