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; }