aboutsummaryrefslogtreecommitdiffstats
path: root/EE3102Testing.X/spies046_lab6_buffer_v001.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--EE3102Testing.X/spies046_lab6_buffer_v001.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/EE3102Testing.X/spies046_lab6_buffer_v001.h b/EE3102Testing.X/spies046_lab6_buffer_v001.h
new file mode 100644
index 0000000..96d2ecf
--- /dev/null
+++ b/EE3102Testing.X/spies046_lab6_buffer_v001.h
@@ -0,0 +1,25 @@
+/*
+ * File: spies046_lab6_buffer_v001.h
+ * Author: micha
+ *
+ * Created on April 14, 2020, 1:56 PM
+ */
+
+#ifndef SPIES046_LAB6_BUFFER_V001_H
+#define SPIES046_LAB6_BUFFER_V001_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ void putVal(int newValue);
+ int getAvg();
+ void initBuffer();
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* SPIES046_LAB6_BUFFER_V001_H */
+