aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-07-31 23:13:55 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-07-31 23:13:55 -0500
commit319704883dea22a7f4d60a2eb3d82ce36e5f4116 (patch)
treee155baff6385ccde155b3f47ab97193de42b8320 /conf.h
parentb98783ee1fc5d730eaed4e4637796a975262e2fa (diff)
Add ADC Option definition.
Diffstat (limited to 'conf.h')
-rwxr-xr-xconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.h b/conf.h
index 3e69157..c4b5540 100755
--- a/conf.h
+++ b/conf.h
@@ -22,6 +22,9 @@
// Define if VFD if used
#define VFD 1
+// Define ADC Option
+#define ADC 1
+
// HD44780
#define RS RD2 // Register Select on RD2
#define EN RD3 // Enable on RD3
@@ -36,7 +39,4 @@
#define INCR RE2
//Define Buzz
-#define BEEP RD1
-
-//Define LDR
-#define LDR RA0 \ No newline at end of file
+#define BEEP RD1 \ No newline at end of file