/** @file sys_main.c
* @brief Application main file
* @date 25.July.2013
* @version 03.06.00
*
* This file contains an empty main function,
* which can be used for the application.
*/
/* (c) Texas Instruments 2009-2013, All rights reserved. */
/* USER CODE BEGIN (0) */
/* USER CODE END */
/* Include Files */
#include "sys_common.h"
#include "system.h"
/* USER CODE BEGIN (1) */
#include "spi.h"
#include "gio.h"
#include "het.h"
/* USER CODE END */
/** @fn void main(void)
* @brief Application main function
* @note This function is empty by default.
*
* This function is called after startup.
* The user can use this function to implement the application.
*/
#define LD_1 gioSetBit(spiPORT2, SPI_PIN_SIMO, 1);
#define LD_0 gioSetBit(spiPORT2, SPI_PIN_SIMO, 0);