diff options
author | sebastian.sjoholm <sebastian.sjoholm@gmail.com> | 2012-12-28 10:07:16 +0000 |
---|---|---|
committer | sebastian.sjoholm <sebastian.sjoholm@gmail.com> | 2012-12-28 10:07:16 +0000 |
commit | c435770a4244c3770f541efebaed9ea2ea9ae75c (patch) | |
tree | e48442507c6b67e42a757928593eef08b6232f5d | |
parent | f480f55a324cfb2f128463944d29e91b72435fc6 (diff) | |
download | drcontrol-c435770a4244c3770f541efebaed9ea2ea9ae75c.zip drcontrol-c435770a4244c3770f541efebaed9ea2ea9ae75c.tar.gz |
Added relay data for 8xUSB relay board
-rwxr-xr-x | drcontrol.py | 4 |
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] |