keil/include/drivers/lis3dh_driver.c
@@ -676,7 +676,13 @@ } return temp; } void SC7A22H_ReadLenByte(uint16_t ReadAddr, uint8_t Len, uint8_t *buf) { for(uint8_t t = 0; t < Len; t++) { buf[t] = LIS3DH_ReadOneByte(ReadAddr + t); } } //在mir3da里面的指定地址开始读一字节数据 //ReadAddr :读出的地址 //返回值 :读出的数据