aboutsummaryrefslogtreecommitdiff
path: root/test/midbro_test.c
blob: c0f4ba688496e76263c54e73e97ed6ecc2c80ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "midbro.h"

    int
main(int argc, char **argv)
{
    start_data_capture();
    while(1){
        request_value();
    }
    return 0;
}