TychoJ / Xmega-MPU6050

A library for AtXmega microcontrollers to communicate with an MPU6050. Not all of the features of the MPU6050 have been added to this library yet.
MIT License
0 stars 0 forks source link

enable TWI + MPU6050 gives issues with printf #2

Open IUEngineering opened 3 years ago

IUEngineering commented 3 years ago

When both enable_TWI(); and enable_mpu6050; are enabled, printf works at weird intervals. image

IUEngineering commented 3 years ago

if you just use enable_TWI or enable_mpu6050 on their own the code works flawlessly.

IUEngineering commented 3 years ago

Issue is not always present. Just sometimes.