From a6d22fbaf22b3439245e5d71920b8fedaae02f5d Mon Sep 17 00:00:00 2001 From: Roy Bakker Date: Tue, 28 Jul 2015 23:04:31 +0000 Subject: [PATCH] Added very quick README.me -- better than nothing --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d94bec1 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +==Install== + +==Install== + +Install https://github.com/mysensors/Raspberry.git + +Compile this source + +==Usage== + +Usage: sudo ./openmilight [hdfslun:p:q:r:c:b:k:v:w:] + + -h Show this help + -d Show debug output + -f Fade mode + -s Strobe mode + -l Listening (receiving) mode + -u UDP mode + -n NN Resends of the same message + -p PP Prefix value (Disco Mode) + -q RR First byte of the remote + -r RR Second byte of the remote + -c CC Color byte + -b BB Brightness byte + -k KK Key byte + -v SS Sequence byte + -w SSPPRRRRCCBBKKNN Complete message to send + + Author: Roy Bakker (2015) + + Inspired by sources from: - https://github.com/henryk/ + - http://torsten-traenkner.de/wissen/smarthome/openmilight.php +