您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

10 行
313 B

  1. #ifndef _ADC_INTERRUPT_H_
  2. #define _ADC_INTERRUPT_H_
  3. /*****************宏定义*************************/
  4. #define g_Adc12_12bitFullRange 4096U //最大测量范围4096
  5. /*****************函数声明*************************/
  6. void ADC12_InterrputInit(); //ADC初始化
  7. uint32_t adc_ReturnValue(); //获取ADC返回值
  8. #endif