Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

input.h

Go to the documentation of this file.
00001 /*! \file input.h \brief User-Input Functions. */
00002 //*****************************************************************************
00003 //
00004 // File Name    : 'input.h'
00005 // Title        : User-Input Functions
00006 // Author       : Pascal Stang - Copyright (C) 2003
00007 // Created      : 2003.09.11
00008 // Revised      : 2003.09.11
00009 // Version      : 0.1
00010 // Target MCU   : any
00011 // Editor Tabs  : 4
00012 //
00013 // This code is distributed under the GNU Public License
00014 //      which can be found at http://www.gnu.org/licenses/gpl.txt
00015 //
00016 //*****************************************************************************
00017 
00018 #ifndef INPUT_H
00019 #define INPUT_H
00020 
00021 // defines and typedefs
00022 
00023 // functions
00024 u08 inputString(u08 termChar, u08 termLen, u08* data);
00025 u08 asciiHexToByte(u08* string);
00026 u08 asciiHexToNibble(u08 character);
00027 
00028 #endif

Generated on Mon Nov 6 23:36:59 2006 for Procyon ARMlib by  doxygen 1.4.2