source: firmware/FSC/src/output.h@ 15725

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