陀螺仪的初级数据获取

This commit is contained in:
bmy
2023-12-22 15:24:39 +08:00
parent 8feb4bab66
commit 2dffcf04f0
7 changed files with 106 additions and 36 deletions

View File

@@ -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接口引脚定义--------------------//