?? control.h
字號:
/*
* Header file for the ADC unit
*/
extern void InitialiseADC (unsigned char ADC_Channel);
/*---------------------------------------------------------------
Initialising the ADC channels
---------------------------------------------------------------*/
extern unsigned int ReadADC(unsigned char ADC_Channel);
/*---------------------------------------------------------------
Reads the ADC level input on a specified ADC channel.
Takes in an 10-bit ADC channel number.
Returns an 10 bit number that signifies this level.
Approximate sampling time = 76.8us
---------------------------------------------------------------*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -