| /*============================================================================= | |
| # FileName: lynq_qser_adc_show.h | |
| # Desc: about adc show for user | |
| # Author: cz.li | |
| # Version: V1.0 | |
| # LastChange: 2023-05-31 | |
| # History: | |
| copyright:Mobiletek | |
| =============================================================================*/ | |
| #ifndef LYNQLIB_QSER_ADC_SHOW_H | |
| #define LYNQLIB_QSER_ADC_SHOW__H 1 | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| typedef enum ADC_CHANNEL_ENUM | |
| { | |
| QADC_NONE = 0, | |
| ADC0 =1, | |
| ADC1 =2, | |
| ADC2 =3, | |
| QADC_END | |
| }ADC_CHANNEL_E; | |
| int qser_adc_show(ADC_CHANNEL_E qadc); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif |