Hey guys! I picked up a couple of those RFM12 wireless modules from SparkFun, and am working on getting them working with the Maple. I'm trying to use the JeeLabs RFM12 library, which is written for Arduino/AVR. When I try and build the library in Maple, it gives me trouble. Specifically, in the library's Ports.cpp file, it's missing <avr/sleep.h> and <util/atomic.h>. Along with this, Ports.h trips up on <avr/pgmspace.h>. I used the documented workaround, but I don't know if it will work as the rest of the library will not compile.
Can you guys help at all? I'd love to port this library to a Maple version, but I'm not familiar enough with the lower-level libraries yet.
EDIT: Here's a link to the library: http://jeelabs.net/projects/cafe/wiki/RF12