diff options
Diffstat (limited to 'conf.h')
-rwxr-xr-x | conf.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -14,7 +14,7 @@ // Use internal crystal at 8MHz
#define _XTAL_FREQ 20000000
-//#define DEBUG 1
+#define DEBUG 1
// Define baud rate of 9600
#define Baud_rate 9600
@@ -36,4 +36,7 @@ #define INCR RE2
//Define Buzz
-#define BEEP RD1
\ No newline at end of file +#define BEEP RD1
+
+//Define LDR
+#define LDR RA0
\ No newline at end of file |