Python and MPU6050 I2C

Hello,

I want to get data from MPU6050 by Python with Beaglebone Black. How to do?

Many thanks!

I2C is through ioctl functions on the /dev/i2c-* devices: http://elinux.org/Interfacing_with_I2C_Devices

You can use ioctl is python: http://docs.python.org/2/library/fcntl.html