ESP32 主控板从 MPU6050 姿态传感器读取数据, 程序如下, 第 5 行方框内对应的程序是?
Wire. begin()
Wire. requestFrom(reg, 1)
if(Wire. available() )
Wire. requestFrom(MPU6050_ADDR, 1)