aboutsummaryrefslogtreecommitdiff
path: root/includes/midbro.h
blob: e7143a3725d8a2520dfebd02fc2b7ddce114dab7 (plain)
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