/**
******************************************************************************
* @file main.c
* @author iuc
* @version version 1.0
* @date 2015-5-19 19:37:52
* @brief 流水灯闪烁
******************************************************************************
* @attention
*实现流水灯以间隔500ms的时间闪烁(系统定时器SysTick实现的精确延时)
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x.h"
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------