diff options
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 |