tockn / MPU6050_tockn

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

Updated header to use forward declaration for TwoWire and moved wire.h to .cpp file #30

Open gizzmo123456 opened 5 years ago

gizzmo123456 commented 5 years ago

This fixes an issue that prevents Serial working when Wire.begin() is called with multiple I2C devices connected.