陀螺仪的初级数据获取
This commit is contained in:
@@ -85,10 +85,10 @@
|
||||
#endif
|
||||
|
||||
// 如果使用的是单排排针的两寸屏幕 SPI 驱动控制引脚 可以修改
|
||||
#define IPS200_RST_PIN_SPI (B7 ) // 液晶复位引脚定义
|
||||
#define IPS200_DC_PIN_SPI (D7 ) // 液晶命令位引脚定义
|
||||
#define IPS200_CS_PIN_SPI (D4 )
|
||||
#define IPS200_BLk_PIN_SPI (D0 )
|
||||
#define IPS200_RST_PIN_SPI (D8 ) // 液晶复位引脚定义
|
||||
#define IPS200_DC_PIN_SPI (D9 ) // 液晶命令位引脚定义
|
||||
#define IPS200_CS_PIN_SPI (D10 )
|
||||
#define IPS200_BLk_PIN_SPI (D11 )
|
||||
|
||||
|
||||
// --------------------单排两寸屏幕SPI接口引脚定义--------------------//
|
||||
|
||||
Reference in New Issue
Block a user