aboutsummaryrefslogtreecommitdiff
path: root/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'adc.h')
-rw-r--r--adc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/adc.h b/adc.h
index e69de29..3eaea41 100644
--- a/adc.h
+++ b/adc.h
@@ -0,0 +1,9 @@
+#include <avr/io.h>
+#include <avr/interrupt.h>
+#include <stdint.h>
+
+#ifndef _IOE_ADC_H_
+#define _IOE_ADC_H_
+
+
+#endif /* _IOE_ADC_H_ */