From 89ea70298caff759b719ab0855ad2cd48dfee0ca Mon Sep 17 00:00:00 2001 From: Robert Gustafsson Date: Tue, 10 Oct 2017 14:54:31 +0200 Subject: Add shared library --- broccoli/test/pasad_test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 broccoli/test/pasad_test.c (limited to 'broccoli/test') 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; +} -- cgit v1.2.1