aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-08-07 18:46:53 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-08-07 18:46:53 -0500
commit5ed2164a2661a06f98bf0b686c1409f14387f7bd (patch)
tree06961315588d7b8bb4eb1b30f74fcf1516e8064d /conf.h
parentb3b3ddcc15879c61719285321e2033eef248f9be (diff)
Adjust ports for DECR INCR SETB buttons to portB ports from portE.
Diffstat (limited to 'conf.h')
-rwxr-xr-xconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.h b/conf.h
index c4b5540..a13eb9e 100755
--- a/conf.h
+++ b/conf.h
@@ -34,9 +34,9 @@
#define D7 RD7 // Data 7 on RD7
//Define Buttons
-#define SETB RE0
-#define DECR RE1
-#define INCR RE2
+#define DECR RB5
+#define INCR RB4
+#define SETB RB2
//Define Buzz
#define BEEP RD1 \ No newline at end of file