summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebastian.sjoholm <sebastian.sjoholm@gmail.com>2012-12-28 10:07:16 +0000
committersebastian.sjoholm <sebastian.sjoholm@gmail.com>2012-12-28 10:07:16 +0000
commitc435770a4244c3770f541efebaed9ea2ea9ae75c (patch)
treee48442507c6b67e42a757928593eef08b6232f5d
parentf480f55a324cfb2f128463944d29e91b72435fc6 (diff)
downloaddrcontrol-c435770a4244c3770f541efebaed9ea2ea9ae75c.zip
drcontrol-c435770a4244c3770f541efebaed9ea2ea9ae75c.tar.gz
Added relay data for 8xUSB relay board
-rwxr-xr-xdrcontrol.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/drcontrol.py b/drcontrol.py
index b8c3477..83e83fd 100755
--- a/drcontrol.py
+++ b/drcontrol.py
@@ -77,6 +77,10 @@ class relay_data(dict):
"2":"8",
"3":"20",
"4":"80"
+ "5":"1",
+ "6":"4",
+ "7":"10",
+ "8":"40"
}
def __getitem__(self, key): return self[key]
OpenPOWER on IntegriCloud