tockn / MPU6050_tockn

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

configurable i2c address #39

Open fabianoriccardi opened 4 years ago

fabianoriccardi commented 4 years ago

This commit introduces the possibility to set the i2c from MPU6050 constructor, without touching the library files (not very friendly for many Arduino user). However, full retro compatibility is kept (the default address is 0x68), not need to modify old code.