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

Compile errors in DavisRFM69::initialize() #4

Closed Scott216 closed 10 years ago

Scott216 commented 10 years ago

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?

Scott216 commented 10 years ago

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.

dekay commented 9 years ago

Fixed with 77b57e2