jrowberg / i2cdevlib

I2C device library collection for AVR/Arduino or other C++-based MCUs
http://www.i2cdevlib.com
3.94k stars 7.51k forks source link

Helpme in getting I2Cdevlib for Cortex M3 to getting data from MPU6050 #231

Open 473srikanth opened 8 years ago

473srikanth commented 8 years ago

I want to interface MPU6050(GY521) to cortex M3 (1343 board). Can any one Helpme , where can i find the I2Cdev library for Cortex M3??

eadf commented 8 years ago

Excuse my ignorance, but what software platform does the Cortex M3 on a 1343 use? Leaflabs Maple runs on an ARM Cortex-M3 and it uses libmaple or a variant of Arduino Arduino Due runs on a Cortex M3 (obviously Arduino)

If the underlying API is Arduino the i2cdevlib/Arduino code should work afaik

473srikanth commented 8 years ago

Hello eadf, thanks for reply. I'm using NXP LPC1343 microcontroller based Board. It's not Arduino or Leaflabs Maple board. Its a local made board. where can i find the I2Cdev library for this controller??