Simple example of the use of mail_driven_task library
Dependencies: mail-driven-task mbed-rtos mbed-src
adc_task/adc_task.h@0:7e8dc6570c55, 2014-12-22 (annotated)
- Committer:
- mzta
- Date:
- Mon Dec 22 04:02:35 2014 +0000
- Revision:
- 0:7e8dc6570c55
Initial commit.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mzta | 0:7e8dc6570c55 | 1 | #ifndef ADC_TASK_H |
mzta | 0:7e8dc6570c55 | 2 | #define ADC_TASK_H |
mzta | 0:7e8dc6570c55 | 3 | |
mzta | 0:7e8dc6570c55 | 4 | struct AdcData { |
mzta | 0:7e8dc6570c55 | 5 | float a0; |
mzta | 0:7e8dc6570c55 | 6 | float a1; |
mzta | 0:7e8dc6570c55 | 7 | }; |
mzta | 0:7e8dc6570c55 | 8 | |
mzta | 0:7e8dc6570c55 | 9 | #endif |