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-09-29
Revision:
7:33a8bfcbe3be
Child:
8:18e86eb228ca

File content as of revision 7:33a8bfcbe3be:

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

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

// -----------------------------------------------------------------------------
//  general define
// -----------------------------------------------------------------------------
#ifndef RTC_CLOCK_TEST
//#define RTC_CLOCK_TEST 1
#endif  // RTC_CLOCK_TEST
#ifndef LED_BLINK_TEST
//#define LED_BLINK_TEST 1
#endif  // LED_BLINK_TEST

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

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

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

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

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

#endif  // main_h