jeelabs / jeelib

JeeLib for Arduino IDE: Ports, RF12, and RF69 drivers from JeeLabs
https://jeelabs.org/202x/sw/jeelib/
The Unlicense
490 stars 215 forks source link

rfmods branch is broken for JeeNode Micro #48

Closed JohnOH closed 11 years ago

JohnOH commented 11 years ago

Using standard interrupts the rfmods branch produces an error when compiling for JeeNode Micro.

C:\Users\John\Documents\arduino-1.0.3-old\libraries\jeelib/RF12.h: At global scope:
C:\Users\John\Documents\arduino-1.0.3-old\libraries\jeelib/RF12.h:139: error: 'uint16_t rf12_control(uint16_t)' used but never defined

The problem is somewhere in rf12.cpp/h

JohnOH commented 11 years ago

rf12_xfer, the @tht replacement for rf12_control also appears to be missing.

jcw commented 11 years ago

I can't reproduce this with the latest code on IDE 1.5.2 - compiling radioBlip for JNµ, I get no errors.

JohnOH commented 11 years ago

Thanks @jcw, I think my environment is trashed. I need a Mac.