MPU6050:循序渐进MPU6050

时间:2024-06-10 04:38:10
【文件属性】:

文件名称:MPU6050:循序渐进MPU6050

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-10 04:38:10

循序渐进MPU6050(正在开发) 使用#define识别并定义声明为gloval变量的I2C地址。根据导线在PCB上的布局方式,可能有teo可能的地址, #define mpu6050Address 0x68 // AD0 is logic low on the PCB #define mpu6050Address 0x68 // AD0 is logic low on the PCB 我们可以定义超时,检查连接的时间和I2C通信中的错误 #define mpu6050Timeout 1000 识别并定义注册表地址,请参见MPU6050数据表 #define registerAddress 0x19 I2C函数进行通讯,要调用此函数,我们需要三个变量,registerAddress,data,stop bit uint8_t i2cWrite(uint8_t reg


【文件预览】:
MPU6050-master
----MPU6050_howGetData.md(29KB)
----MPU6050_Method01.ino(8KB)
----LICENSE(18KB)
----README.md(1KB)
----MPU6050_Method02.ino(11KB)
----MPU6050_howSetData.md(23KB)

网友评论