2022-04-14 10:54:53 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c)
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Email Notes
|
2022-04-19 14:32:02 +08:00
|
|
|
* 2022-04-11 Kevin.Liu kevin.liu.mchp@gmail.com First Release
|
2022-04-14 10:54:53 +08:00
|
|
|
*/
|
|
|
|
|
2022-04-19 14:32:02 +08:00
|
|
|
#ifndef __APPLICATION_ADC_H_
|
|
|
|
#define __APPLICATION_ADC_H_
|
2022-04-14 10:54:53 +08:00
|
|
|
|
|
|
|
#include <rtthread.h>
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief External function definitions
|
|
|
|
*
|
|
|
|
*/
|
2022-04-19 14:32:02 +08:00
|
|
|
rt_err_t adc_demo_run(void);
|
2022-04-14 10:54:53 +08:00
|
|
|
|
2022-04-19 14:32:02 +08:00
|
|
|
#endif // __APPLICATION_I2C_H_
|