SRA-VJTI / sra-board-component

ESP-IDF component for SRA Board
https://sravjti.in/sra-board-component/
MIT License
36 stars 20 forks source link

Updated mpu6050 i2c driver to use i2cdev library #51

Closed VedantParanjape closed 2 years ago

VedantParanjape commented 2 years ago

It was observed that using esp-idf's inbuilt i2c driver caused issue due to it being single threaded. Updated the driver code to use i2cdev which is a threadsafe i2c library.

@gautam-dev-maker Please get this tested and let me know if it solves the issue and works fine.