busyadc10.c

来自「Mplab C30编译器」· C语言 代码 · 共 15 行

C
15
字号
#if defined(__PIC24F__)
#include <p24Fxxxx.h>
#endif
#include "adc.h"
#if defined (_ADC_1012_V1) || defined (_ADC_1012_V2_GB)
/*************************************************************************************
Function Prototype : char BusyADC10(void)

Include            : adc.h

Description        : This function returns the ADC conversion status.

Arguments          : None

Return Value       : If the value of DONE is 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?