Simple example of the use of mail_driven_task library

Dependencies:   mail-driven-task mbed-rtos mbed-src

adc_task/adc_task.h

Committer:
mzta
Date:
2014-12-22
Revision:
0:7e8dc6570c55

File content as of revision 0:7e8dc6570c55:

#ifndef ADC_TASK_H
#define ADC_TASK_H

struct AdcData {
    float a0;
    float a1;
};

#endif