aboutsummaryrefslogtreecommitdiff
path: root/icebox/icebox.py
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-10-21 20:16:10 +0100
committerDavid Shah <davey1576@gmail.com>2017-10-21 20:16:10 +0100
commit5afdeee0e0a70110268b8d481e3f949f74559098 (patch)
tree9cb82d9c133f3cffe3433558690963395edaf61f /icebox/icebox.py
parent88f91de113c894173b1887f91cde52edc8ac50e2 (diff)
Swap IEREN for pin 26 to get example working, other inputs still need fixing
Diffstat (limited to 'icebox/icebox.py')
-rw-r--r--icebox/icebox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py
index bfd0381..327a229 100644
--- a/icebox/icebox.py
+++ b/icebox/icebox.py
@@ -2140,8 +2140,8 @@ ieren_db = {
(17, 31, 1, 17, 31, 1),
(18, 0, 0, 18, 0, 0),
(18, 0, 1, 18, 0, 1),
- (18, 31, 0, 18, 31, 0),
- (18, 31, 1, 18, 31, 1),
+ (18, 31, 0, 18, 31, 1),
+ (18, 31, 1, 18, 31, 0),
(19, 0, 0, 19, 0, 0),
(19, 0, 1, 19, 0, 1),
(19, 31, 0, 19, 31, 0),