petus 11 Posted January 24, 2015 Share Posted January 24, 2015 Hi, a lot of people have a problem with an I2C bus. I wrote a library for my bachelor thesis. You can use it, but please observe the copyright. Thanks http://chiptron.petus.cz/downloads.php?cat_id=3&download_id=6 Quote Link to post Share on other sites
akshayijantkar 0 Posted January 24, 2015 Share Posted January 24, 2015 How to Interface MPU 6050 with MSP430 Launch Pad?? What is the code to print MPU 6050 raw values ?? How to import New Libraries in Energia IDE?? Which Libraries are used to interface with MPU 6050?? Quote Link to post Share on other sites
petus 11 Posted January 24, 2015 Author Share Posted January 24, 2015 WTF? it is library for I2C interface. e.g. I need send single data i2c_init(0x00) i2c_start(); i2c_send(0x01); i2c_stop(); This library is NOT for Energia. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.