View rfLighthouse.ino
#include <JeeLib.h> | |
MilliTimer sendTimer; | |
char payload[] = "PONG"; | |
byte needToSend; | |
void setup () { | |
Serial.begin(57600); | |
Serial.print("RF Lighthouse -"); | |
rf12_config(); |