aboutsummaryrefslogtreecommitdiff
path: root/includes/midbro.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/midbro.h')
-rw-r--r--includes/midbro.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/midbro.h b/includes/midbro.h
new file mode 100644
index 0000000..e7143a3
--- /dev/null
+++ b/includes/midbro.h
@@ -0,0 +1,6 @@
+#ifndef MIDBRO_H
+#define MIDBRO_H
+void start_data_capture();
+int request_value();
+void request_n_values(int n, int dest[]);
+#endif