Skip to content

Instantly share code, notes, and snippets.

View ChristopherJohnston's full-sized avatar

Chris Johnston ChristopherJohnston

View GitHub Profile
@dccourt
dccourt / RFTransmitter.ino
Created March 31, 2012 22:51
Transmit to Maplin radio controlled sockets using Arduino
// See http://www.fanjita.org/serendipity/archives/53-Interfacing-with-radio-controlled-mains-sockets-part-2.html
#define PAYLOAD_SIZE 48
#define DATA_PIN A4
#define VCC_PIN A5
#define GND_PIN A3
#define LED_PIN 13