FRDM-KL46Z board sLCD demo code

Dependencies:   SLCD mbed

Fork of FRDM-KL46Z LCD rtc Demo by Paul Staron

main.h

Committer:
salemtang
Date:
2014-10-02
Revision:
12:cae0afb130b1
Parent:
11:f1721a70b14e

File content as of revision 12:cae0afb130b1:

#ifndef main_h
#define main_h 1
/**
 * @file   main.h
 * @brief  Abstract
 * @copyright (c) Salem TANG
 */
// -----------------------------------------------------------------------------
//  note
// -----------------------------------------------------------------------------

// -----------------------------------------------------------------------------
//  include files
// -----------------------------------------------------------------------------

// -----------------------------------------------------------------------------
//  general define
// -----------------------------------------------------------------------------
#ifndef SLCD_BLINKING_TEST
#define SLCD_BLINKING_TEST 1
#endif  // SLCD_BLINKING_TEST

// -----------------------------------------------------------------------------
//  struct define
// -----------------------------------------------------------------------------

// -----------------------------------------------------------------------------
//  external function
// -----------------------------------------------------------------------------

// -----------------------------------------------------------------------------
//  function prototype
// -----------------------------------------------------------------------------

// -----------------------------------------------------------------------------
//  external variable
// -----------------------------------------------------------------------------

// -----------------------------------------------------------------------------
//  inline function
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
//! @brief  Abstract
//! @param  [in] data Data
//! @retval nil
// -----------------------------------------------------------------------------

#endif  // main_h