source: firmware/FSC/src/muxer_fsc.h@ 17632

Last change on this file since 17632 was 10244, checked in by neise, 14 years ago
debugged resistance calculation for AD7719
File size: 351 bytes
Line 
1// include either muxer_fsc.h or muxer_msr.h
2#ifndef __MUXER_FSC_H
3#define __MUXER_FSC_H
4
5#include "typedefs.h"
6
7 #ifndef __MUXER_XXX_H_
8 # define __MUXER_XXX_H "muxer_fsc.h"
9 #else
10 # error "Attempt to include more than one <muxer_xxx.h> file."
11 #endif
12
13 void Set_V_Muxer(U08 channel);
14 void Set_T_Muxer(U08 channel);
15
16
17
18
19#endif
Note: See TracBrowser for help on using the repository browser.