aboutsummaryrefslogtreecommitdiffstats
path: root/PICCode.X/bufferlib.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--PICCode.X/bufferlib.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/PICCode.X/bufferlib.h b/PICCode.X/bufferlib.h
new file mode 100644
index 0000000..a218b8b
--- /dev/null
+++ b/PICCode.X/bufferlib.h
@@ -0,0 +1,18 @@
+#ifndef BUFFER_HEADER
+#define BUFFER_HEADER
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ void putVal(int newValue);
+ int getAvg();
+ void initBuffer();
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+