• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

speaker.h

Go to the documentation of this file.
00001 /*@{*//*@}*/
00010 
00011 #ifndef SPEAKER_H
00012 #define SPEAKER_H
00013 
00014 #ifdef EXPORT
00015   #define EXTERN
00016 #else
00017   #define EXTERN extern
00018 #endif
00019 
00020 /******************************************************************************/
00021 /* Constants (#define)                *//*@{*/
00022 /* End: define Constants                                                *//*@}*/
00023 /******************************************************************************/
00024 
00025 /******************************************************************************/
00026 /* Macro definitions (#define)           *//*@{*/
00027 /* End: Macro definitions (#define)                                     *//*@}*/
00028 /******************************************************************************/
00029 
00030 /******************************************************************************/
00031 /* Basic types (typedef)                 *//*@{*/
00032 /* End: Basic types (typedef)                                           *//*@}*/
00033 /******************************************************************************/
00034 
00035 /******************************************************************************/
00036 /* Global variables/constan.  *//*@{*/
00037 /* End: Global variables                                                *//*@}*/
00038 /******************************************************************************/
00039 
00040 /******************************************************************************/
00041 /* Prototype declarations                                                     */
00042 
00043 EXTERN void   speaker_Init  (void);
00044 EXTERN void   speaker_Off   (void);
00045 EXTERN void   speaker_Buzz  (void);
00046 
00047 /* End: Prototype declarations                                                */
00048 /******************************************************************************/
00049 
00050 #undef EXTERN
00051 #endif /* SPEAKER_H */
00052 
00053 /**** Last line of code                                                    ****/

Generated on Sun Jan 23 2011 14:05:40 for ULA replacement firmware by  doxygen 1.7.2