tockn / MPU6050_tockn

Arduino library for easy communication with MPU6050
218 stars 84 forks source link

I want to drive dc motor #46

Open Mubi88 opened 2 years ago

Mubi88 commented 2 years ago

How can I get the sensor's data? I want to drive dc motor. What commands can I use?

Mubi88 commented 2 years ago

For example; In MPU6050.h libary, mpu.getMotion6(&ax, &ay, &az, &gx, &gy, &gz); this command.