summaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_input.h
blob: 15ef795fdbd7ea3d214c8be29dfd2c264566086e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//
// Programmer      
//
// Date init       14.12.2004
//
// Reviser         $Author:: Dktochpe                                        $
//
// Revision date   $Date:: 16-06-05 14:32                                    $
//
// Filename        $Workfile:: d_input.h                                     $
//
// Version         $Revision:: 3                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_input. $
//
// Platform        C
//


#ifndef   D_INPUT
#define   D_INPUT

void      dInputInit(void);
void      dInputSelect(UBYTE No);
void      dInputConvert(UBYTE No);
void      dInputDeselect(UBYTE No);
void      dInputExit(void);

#endif