42 bool avr_get_data(
struct avr_data *data);
49 void avr_set_output(
void (*out)(uint8_t *data,
int len));
55 int avr_input_byte(uint8_t byte);
60 void avr_set_callback(
void (*callback)(
bool isSuccess));
uint8_t id
The ID of the AVR to sample from.
uint8_t * len
The length of data.
PROCESS_NAME(sample_process)
Process the sampler runs as.
uint8_t size
The size of data.
A struct used to request data from an AVR.