?? ads7843.h
字號:
#ifndef ADS7843_H
#define ADS7843_H
#define TP_CS() GPIO_ResetBits(GPIOF,GPIO_Pin_10)
#define TP_DCS() GPIO_SetBits(GPIOF,GPIO_Pin_10)
#define WaitTPReady() while(GPIO_ReadInputDataBit(GPIOE,GPIO_Pin_2)!=0)
int TPReadX(void);
int TPReadY(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -