mma.h

Go to the documentation of this file.
00001 /*
00002  * File:        mma.h
00003  * Purpose:     Prototypes of MMA7260 XYZ acceleration meter handling functions
00004  * Author:      Peter Ivanov, Olimex Ltd.
00005  * Modified by:
00006  * Created:     2007-05-19 11:29:32
00007  * Last modify: 2007-10-03 21:12:23 ivanovp {Time-stamp}
00008  * Copyright:   (C) Peter Ivanov, Olimex Ltd., 2007
00009  * Licence:     GPL
00010  */
00016 #ifndef __INCLUDE_MMA_H
00017 #define __INCLUDE_MMA_H
00018 
00019 #define MMA_COORD_X     0
00020 #define MMA_COORD_Y     1
00021 #define MMA_COORD_Z     2
00022 
00023 // MMA coordinates array
00024 extern int MMA_coordinates[3];
00025 
00029 void MMA_init (void);
00030 
00035 void MMA_getCoordinates (void);
00036 
00037 #endif // __INCLUDE_MMA_H

Generated on Sun Dec 9 17:17:10 2007 for Sample MSP430-4619LCD Project by  doxygen 1.5.1