From 0f58a3abdf08e34db982eb92852f5979c9ef296f Mon Sep 17 00:00:00 2001 From: Michael hurni Date: Tue, 14 Oct 2014 01:06:49 +0200 Subject: [PATCH] Update Readme --- README.md | 10 ++++++++++ README.txt | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..57f6e9b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Arduino Library for sending x10 messages by RF. + +Created by Pieter Paul Baron (embedded [at] ppbaron.nl), November 2013. +Released into the public domain. + +Library to send x10 messages via a cheap 433Mhz OOK device. No X10 Firecracker (CMA17A) necessary. +Decoding messages is not implemented. +This library can emulate x10 switches and security devices and also RFXMeter and RFXSensor devices manufactured by RFXCom. (www.rfxcom.com) + +Tested on a TI Stellarpad (LM4F120H5QR), Energia 0101E0010 and Arduino. This should also work on other TI Launchpad devices. diff --git a/README.txt b/README.txt deleted file mode 100644 index 60a53a0..0000000 --- a/README.txt +++ /dev/null @@ -1 +0,0 @@ -/* Energia Library for sending x10 messages by RF. Created by Pieter Paul Baron (embedded [at] ppbaron.nl), November 2013. Released into the public domain. Library to send x10 messages via a cheap 433Mhz OOK device. No X10 Firecracker (CMA17A) necessary. Decoding messages is not implemented. This library can emulate x10 switches and security devices and also RFXMeter and RFXSensor devices manufactured by RFXCom. (www.rfxcom.com) Tested on a TI Stellarpad (LM4F120H5QR) and Energia 0101E0010. This should also work on Arduino (small modifications) or other TI Launchpad devices. */ \ No newline at end of file