source: firmware/FSC/usb_src/output.h@ 15715

Last change on this file since 15715 was 10244, checked in by neise, 14 years ago
debugged resistance calculation for AD7719
File size: 243 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, U08 data);
8void adc_output_all();
9void print_ad7719_nicely();
10void print_adc_nicely();
11
12
13#endif
Note: See TracBrowser for help on using the repository browser.