aboutsummaryrefslogtreecommitdiff
path: root/broccoli/includes/midbro.h
blob: 3b3c59f4b06571f778186968883b797232c6129e (plain)
1
2
3
4
5
6
#ifndef MIDBRO_H
#define MIDBRO_H
void request_n_values(int number, int arrayOfValues[]);
int request_value();
void start_data_capture();
#endif