FRDM-KL46Z board sLCD demo code

Dependencies:   SLCD mbed

Fork of FRDM-KL46Z LCD rtc Demo by Paul Staron

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

Go to the documentation of this file.
00001 #ifndef main_h
00002 #define main_h 1
00003 /**
00004  * @file   main.h
00005  * @brief  Abstract
00006  * @copyright (c) Salem TANG
00007  */
00008 // -----------------------------------------------------------------------------
00009 //  note
00010 // -----------------------------------------------------------------------------
00011 
00012 // -----------------------------------------------------------------------------
00013 //  include files
00014 // -----------------------------------------------------------------------------
00015 
00016 // -----------------------------------------------------------------------------
00017 //  general define
00018 // -----------------------------------------------------------------------------
00019 #ifndef SLCD_BLINKING_TEST
00020 #define SLCD_BLINKING_TEST 1
00021 #endif  // SLCD_BLINKING_TEST
00022 
00023 // -----------------------------------------------------------------------------
00024 //  struct define
00025 // -----------------------------------------------------------------------------
00026 
00027 // -----------------------------------------------------------------------------
00028 //  external function
00029 // -----------------------------------------------------------------------------
00030 
00031 // -----------------------------------------------------------------------------
00032 //  function prototype
00033 // -----------------------------------------------------------------------------
00034 
00035 // -----------------------------------------------------------------------------
00036 //  external variable
00037 // -----------------------------------------------------------------------------
00038 
00039 // -----------------------------------------------------------------------------
00040 //  inline function
00041 // -----------------------------------------------------------------------------
00042 // -----------------------------------------------------------------------------
00043 //! @brief  Abstract
00044 //! @param  [in] data Data
00045 //! @retval nil
00046 // -----------------------------------------------------------------------------
00047 
00048 #endif  // main_h