source:
firmware/FSC/src/output.h@
16318
| Last change on this file since 16318 was 10910, checked in by , 14 years ago | |
|---|---|
| File size: 336 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __OUTPUT_H |
| 2 | #define __OUTPUT_H |
| 3 | |
| 4 | #include "typedefs.h" |
| 5 | |
| 6 | void ad7719_output(U08 channel, U32 data); |
| 7 | void adc_output(U08 channel, U16 data); |
| 8 | void adc_output_all(); |
| 9 | void print_ad7719_nicely(); |
| 10 | void print_adc_nicely(); |
| 11 | void print_adc_stupid(); |
| 12 | void print_status() ; |
| 13 | |
| 14 | void print_help(); |
| 15 | void telegram_start(); |
| 16 | |
| 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
