aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_pccomm.h
blob: 29ca9161efe8cf13017a79c570bdd1c469bc2cb2 (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
//
// Programmer      
//
// Date init       14.12.2004
//
// Reviser         $Author:: Dkandlun                                        $
//
// Revision date   $Date:: 28-12-04 14:19                                    $
//
// Filename        $Workfile:: d_pccomm.h                                    $
//
// Version         $Revision:: 1                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Peripheral/Firmware/Source/d_pc $
//
// Platform        C
//


#ifndef   D_PCCOMM
#define   D_PCCOMM

void      dPcCommInit(void);
void      dPcCommExit(void);

#endif