28 lines
703 B
C
28 lines
703 B
C
/*************************************************************************************************
|
|
**Filename: app_adc.h
|
|
**Version :
|
|
**Author :
|
|
**Date :
|
|
**Description:
|
|
**
|
|
*************************************************************************************************/
|
|
#ifndef __APP_ADC_H_
|
|
#define __APP_ADC_H_
|
|
|
|
/*********************************************************************
|
|
* Include (include files)
|
|
*/
|
|
#include "gpadc.h"
|
|
|
|
/*********************************************************************
|
|
* Global Function declared ('extern')
|
|
*/
|
|
void ADC_Config(void);
|
|
|
|
#endif
|
|
|
|
/*************************************************************************************************/
|
|
|
|
|
|
|