aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/d_button.h
blob: 10dacac729075566940bef12a8e8efa00af4c02b (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
//
// Date init       14.12.2004
//
// Revision date   $Date:: 14-11-07 12:40                                    $
//
// Filename        $Workfile:: d_button.h                                    $
//
// Version         $Revision:: 1                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Main_V02/Firmware/Source/d_butt $
//
// Platform        C
//

#ifndef   D_BUTTON
#define   D_BUTTON

void      dButtonInit(UBYTE Prescaler);
void      dButtonExit(void);

void      dButtonRead(UBYTE *pButton);


#endif