From 5ed2164a2661a06f98bf0b686c1409f14387f7bd Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 7 Aug 2019 18:46:53 -0500 Subject: Adjust ports for DECR INCR SETB buttons to portB ports from portE. --- conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.h') 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 -- cgit v1.2.3-54-g00ecf