summaryrefslogtreecommitdiff
path: root/project_starter_files/Core/Inc/adc_demo.h
diff options
context:
space:
mode:
Diffstat (limited to 'project_starter_files/Core/Inc/adc_demo.h')
-rw-r--r--project_starter_files/Core/Inc/adc_demo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/project_starter_files/Core/Inc/adc_demo.h b/project_starter_files/Core/Inc/adc_demo.h
new file mode 100644
index 0000000..d9a4365
--- /dev/null
+++ b/project_starter_files/Core/Inc/adc_demo.h
@@ -0,0 +1,16 @@
+/*
+ * adc_demo.h
+ *
+ * Created on: Apr 13, 2022
+ * Author: bruce
+ */
+
+#ifndef INC_ADC_DEMO_H_
+#define INC_ADC_DEMO_H_
+
+#define TRUE (1)
+#define FALSE (0)
+
+void run_adc_dac_demo();
+
+#endif /* INC_ADC_DEMO_H_ */