forked from ccsens_hardware/stc_ttss_weight
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
812 B
37 lines
812 B
/*****************************************************************************
|
|
* debug_drv.c: debug app
|
|
*
|
|
* Copyright(C) 2013, cc
|
|
* All rights reserved.
|
|
*
|
|
* History
|
|
* 2013.05.24 ver 1.00 Prelimnary version, first Release
|
|
*
|
|
|
|
È¡¾öÓÚÓ²¼þ°æ±¾ CC-ACC-VH02
|
|
******************************************************************************/
|
|
|
|
#include "debug_led.h"
|
|
|
|
void L3_debug_led_init(void)
|
|
{
|
|
D_led_THB_init();
|
|
D_led_debug_init();
|
|
//D_led_D0_init();
|
|
D_led_D1_init();
|
|
D_led_D2_init();
|
|
//while(0)
|
|
{
|
|
D_led_THB_REV();
|
|
D_led_debug_REV();
|
|
D_led_D1_REV();
|
|
D_led_D2_REV();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
/******************************************************************************
|
|
** End Of File
|
|
******************************************************************************/
|
|
|