1 2 3 4 5 6
#ifndef MIDBRO_H #define MIDBRO_H void start_data_capture(); int request_value(); void request_n_values(int n, int dest[]); #endif