diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-08-07 18:46:53 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-08-07 18:46:53 -0500 |
commit | 5ed2164a2661a06f98bf0b686c1409f14387f7bd (patch) | |
tree | 06961315588d7b8bb4eb1b30f74fcf1516e8064d /conf.h | |
parent | b3b3ddcc15879c61719285321e2033eef248f9be (diff) |
Adjust ports for DECR INCR SETB buttons to portB ports from portE.
Diffstat (limited to 'conf.h')
-rwxr-xr-x | conf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |