aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_output.h
blob: d130ba9d1ac60cc278db9d2c32a605f969b2ddbc (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
//
// Programmer      
//
// Date init       14.12.2004
//
// Reviser         $Author:: Dktochpe                                        $
//
// Revision date   $Date:: 16-06-05 14:32                                    $
//
// Filename        $Workfile:: d_output.h                                    $
//
// Version         $Revision:: 4                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_output $
//
// Platform        C
//


#ifndef   D_OUTPUT
#define   D_OUTPUT

void      dOutputInit(void);
void      dOutputUpdate(UBYTE Brake);
void      dOutputExit(void);

#endif