aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rwxr-xr-xconf.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf.h b/conf.h
index 4f5f5b3..cbf5468 100755
--- a/conf.h
+++ b/conf.h
@@ -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