summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/d_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/d_button.h')
-rw-r--r--AT91SAM7S256/Source/d_button.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/AT91SAM7S256/Source/d_button.h b/AT91SAM7S256/Source/d_button.h
deleted file mode 100644
index 10dacac..0000000
--- a/AT91SAM7S256/Source/d_button.h
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// 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