sliders.h

Go to the documentation of this file.
00001 /**************************************************************************/
00018 #ifndef _SLIDERS_H
00019 #define _SLIDERS_H
00020 
00021 /******************************************************************************
00022                    Define(s) section
00023 ******************************************************************************/
00024 #define SLIDER0 (1 << 0)
00025 #define SLIDER1 (1 << 1)
00026 #define SLIDER2 (1 << 2)
00027 #define SLIDER3 (1 << 3)
00028 
00029 /******************************************************************************
00030                    Prototypes section
00031 ******************************************************************************/
00032 /**************************************************************************/
00040 uint8_t BSP_ReadSliders(void);
00041 
00042 #endif /* _SLIDERS_H */
00043 // eof sliders.h

Generated on Mon Feb 16 17:53:40 2009 for BitCloud Stack Documentation by  doxygen 1.5.1-p1