summaryrefslogtreecommitdiff
path: root/project/Core/Inc/dac.h
diff options
context:
space:
mode:
Diffstat (limited to 'project/Core/Inc/dac.h')
-rw-r--r--project/Core/Inc/dac.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/project/Core/Inc/dac.h b/project/Core/Inc/dac.h
deleted file mode 100644
index 6425c77..0000000
--- a/project/Core/Inc/dac.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * dac.h
- *
- * Created on: Apr 13, 2022
- * Author: bruce
- */
-
-#ifndef INC_DAC_H_
-#define INC_DAC_H_
-
-#include "stm32l4xx.h"
-
-// Uses A2 on the right connector
-
-void DAC_Init ();
-void DAC_Start ();
-void DAC_Set_Value (uint32_t value);
-
-#endif /* INC_DAC_H_ */