Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

ltc1663.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------- 00002 * ltc1663.h - KoreBot Library - Linear LTC1663 Support 00003 *-------------------------------------------------------------------- 00004 * $Id: ltc1663.h,v 1.1 2004/07/29 10:51:56 cgaudin Exp $ 00005 *-------------------------------------------------------------------- 00006 * $Author: cgaudin $ 00007 * $Date: 2004/07/29 10:51:56 $ 00008 * $Revision: 1.1 $ 00009 *--------------------------------------------------------------------*/ 00010 00011 #ifndef __ltc1663__ 00012 #define __ltc1663__ 00013 00015 #define LTC1663_ADDR(x) (0x20|(x&7)) 00016 00018 #define LTC1663_SY (1<<0) /* SY */ 00019 00021 #define LTC1663_SD (1<<1) 00022 00027 #define LTC1663_BG (1<<2) /* BG */ 00028 00029 /*-------------------------------------------------------------------- 00030 * Public Prototypes Declaration 00031 */ 00032 extern int ltc1663_SendCommand( const char * device , 00033 unsigned char command , 00034 unsigned int value ); 00035 00036 00037 #endif /* __ltc1663__ */ 00038

Generated on Thu Nov 17 15:29:00 2005 for KoreBot Library by doxygen 1.3.7