From 5afdeee0e0a70110268b8d481e3f949f74559098 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sat, 21 Oct 2017 20:16:10 +0100 Subject: Swap IEREN for pin 26 to get example working, other inputs still need fixing --- icebox/icebox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icebox/icebox.py') 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), -- cgit v1.2.3