Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View marcokeur's full-sized avatar

Marco Keur marcokeur

  • The Netherlands
View GitHub Profile
@marcokeur
marcokeur / rfLighthouse.ino
Last active December 16, 2015 17:09
RF Lighthouse sourcecode
#include <JeeLib.h>
MilliTimer sendTimer;
char payload[] = "PONG";
byte needToSend;
void setup () {
Serial.begin(57600);
Serial.print("RF Lighthouse -");
rf12_config();