aboutsummaryrefslogtreecommitdiff
path: root/broccoli/test
diff options
context:
space:
mode:
authorRobert Gustafsson <robg@student.chalmers.se>2017-10-10 14:54:31 +0200
committerRobert Gustafsson <robg@student.chalmers.se>2017-10-10 14:54:31 +0200
commit89ea70298caff759b719ab0855ad2cd48dfee0ca (patch)
tree7d7474202c2f8c48e90be3ae15d668e9e936d170 /broccoli/test
parent76cc060f5c937e352b9c411800df5b6dfd95e50f (diff)
downloadmidbro-89ea70298caff759b719ab0855ad2cd48dfee0ca.tar.gz
midbro-89ea70298caff759b719ab0855ad2cd48dfee0ca.tar.bz2
Add shared library
Diffstat (limited to 'broccoli/test')
-rw-r--r--broccoli/test/pasad_test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/broccoli/test/pasad_test.c b/broccoli/test/pasad_test.c
new file mode 100644
index 0000000..5ed3481
--- /dev/null
+++ b/broccoli/test/pasad_test.c
@@ -0,0 +1,11 @@
+#include "midbropasad.h"
+
+ int
+main(int argc, char **argv)
+{
+ start_data_capture();
+ while(1){
+ request_value();
+ }
+ return 0;
+}