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.
29 lines
829 B
29 lines
829 B
////////////////////////////////////////////////////////////////////////////
|
|
///@copyright Copyright (c) 2018, 传控科技 All rights reserved.
|
|
///-------------------------------------------------------------------------
|
|
/// @file bsp_drv.h
|
|
/// @brief bsp @ driver config
|
|
///-------------------------------------------------------------------------
|
|
/// @version 1.0
|
|
/// @author CC
|
|
/// @date 20180331
|
|
/// @note cc_AS_stc02
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _APP_TASK_ADC_H
|
|
#define _APP_TASK_ADC_H
|
|
|
|
#include "../ctask/task.h"
|
|
#include "../clib/clib.h"
|
|
#include "asp_adc.h"
|
|
|
|
#include "../bsp/bsp_config.h"
|
|
#include "../msp/uart0.h"
|
|
#include "../bsp/bsp_cs1232.h"
|
|
|
|
void L3_task_adc_handler(u8 ch);
|
|
|
|
|
|
#endif // #ifndef _APP_TASK_ADC_H
|
|
|
|
|