kriswiner / MPU9250

Arduino sketches for MPU9250 9DoF with AHRS sensor fusion
1.03k stars 471 forks source link

Arduino Uno #187

Open shashwathsb1998 opened 6 years ago

shashwathsb1998 commented 6 years ago

Do i need to change anything in the code to run on a arduino uno?. for the AHRS BMP280 code?

kriswiner commented 6 years ago

Probably...

On Thu, Sep 21, 2017 at 11:37 AM, shashwathsb1998 notifications@github.com wrote:

Do i need to change anything in the code to run on a arduino uno?. for the AHRS BMP280 code?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/187, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qq1IM0W-UYEQnedfDOYaO6r_xj5fks5skqzjgaJpZM4PfvYg .

shashwathsb1998 commented 6 years ago

byte c = readByte(MPU9250_ADDRESS, MPU9250_WHO_AM_I);

Do i need to type anything in the serial monitor?

kriswiner commented 6 years ago

no

On Thu, Sep 21, 2017 at 11:59 AM, shashwathsb1998 notifications@github.com wrote:

byte c = readByte(MPU9250_ADDRESS, MPU9250_WHO_AM_I);

Do i need to type anything in the serial monitor?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/187#issuecomment-331250137, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgHiobpZgD0Hv5kHuMRVnZbiGcGmks5skrH5gaJpZM4PfvYg .