aboutsummaryrefslogtreecommitdiff
path: root/broccoli/test/midbro_test.c
diff options
context:
space:
mode:
authorRobert Gustafsson <robg@student.chalmers.se>2017-10-14 11:18:03 +0200
committerAndreas Lindhé <andreas@lindhe.io>2017-10-18 20:34:22 +0200
commit9c87ed9c965847ee784c4bae092e9d27ee2ffed7 (patch)
treefc031d114610840a5bd154b230e48ff34a8ab81d /broccoli/test/midbro_test.c
parentc219824ea8ebd862530a3d10bccac5303c7e240b (diff)
downloadmidbro-9c87ed9c965847ee784c4bae092e9d27ee2ffed7.tar.gz
midbro-9c87ed9c965847ee784c4bae092e9d27ee2ffed7.tar.bz2
Rename midbropasad -> midbro in C impl..
* files in script/ are not changed
Diffstat (limited to 'broccoli/test/midbro_test.c')
-rw-r--r--broccoli/test/midbro_test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/broccoli/test/midbro_test.c b/broccoli/test/midbro_test.c
new file mode 100644
index 0000000..c0f4ba6
--- /dev/null
+++ b/broccoli/test/midbro_test.c
@@ -0,0 +1,11 @@
+#include "midbro.h"
+
+ int
+main(int argc, char **argv)
+{
+ start_data_capture();
+ while(1){
+ request_value();
+ }
+ return 0;
+}