GPIB_AVR
timer16.h
Go to the documentation of this file.
00001 /*************************************************************************
00002 Author:         $Author: dennis $
00003 File:           $HeadURL: file://localhost/home/dennis/svn-store/avr-source/gpib_004/timer16.h $
00004 Date:           $Date: 2008-05-11 07:57:02 +0200 (So, 11 Mai 2008) $ 
00005 Revision:       $Revision: 65 $ 
00006 Id:             $Id: timer16.h 65 2008-05-11 05:57:02Z dennis $ 
00007 Licence:        GNU General Public License
00008  *************************************************************************/
00020 #ifndef TIMER16_H_
00021 #define TIMER16_H_
00022 
00023 #include "defs.h"
00024 
00025 #define DEBOUNCE 256L 
00027 extern volatile uchar s; 
00029 void timer16_init( void );
00030 
00031 #endif /*TIMER16_H_*/