aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
diff options
context:
space:
mode:
authorVG <vg@devys.org>2015-01-28 00:03:35 +0100
committerVG <vg@devys.org>2015-01-28 00:03:35 +0100
commitcbb3c9832bbe31d741930d43d3e21a04abeb12f8 (patch)
tree1338bc0b6786a745d5d920b1aa6b2c0d1e645e5c /readme.rst
downloadservoswitch-cbb3c9832bbe31d741930d43d3e21a04abeb12f8.tar.gz
servoswitch-cbb3c9832bbe31d741930d43d3e21a04abeb12f8.tar.bz2
servoswitch-cbb3c9832bbe31d741930d43d3e21a04abeb12f8.zip
first commit
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst
new file mode 100644
index 0000000..4737ef5
--- /dev/null
+++ b/readme.rst
@@ -0,0 +1,12 @@
+Simple project to switch lights on/off with a servo (for fun)
+#############################################################
+
+This is a two night project to allow a little linux board to control the
+lights of the home. It does it by flapping a switch with a servo going from
+a position to another.
+
+Simple control is done on the serial line. Exemple with python:
+
+ import serial
+ s = serial.Serial('/dev/serial/device', baudrate=9600)
+ s.write(b't') # toggle switch