MPU6050-ChibiOS
MPU6050-ChibiOS copied to clipboard
Code based on i2cdevlib by Jeff Rowberg
Results
3
MPU6050-ChibiOS issues
Sort by
recently updated
recently updated
newest added
Hi @jevermeister , i'm using freeRTOS for RTOS coding is it possible to use these library with FreeRTOS? Thanks.
I think the offset is just 1 instead of size(uint8_t) for memcpy.
To get the library to function and detect the MPU6050, I had to modify the I2CdevreadBytes function to add in specific support for the STM32F103 chip as in Chibios/Hardware, you...