MPU6500 and MPU6050 Arduino Simple Code: Difference between revisions

From wikiluntti
(Created page with "== Introduction == Libraries * FastIMU * MPU6050_WE == Theory ==")
 
Line 5: Line 5:
* FastIMU
* FastIMU
* MPU6050_WE
* MPU6050_WE
 
** Wire / I2C addr = 0x68
** Wire / MPU6050 addr
** TwoWire obj wire2


== Theory ==
== Theory ==

Revision as of 18:08, 17 January 2025

Introduction

Libraries

  • FastIMU
  • MPU6050_WE
    • Wire / I2C addr = 0x68
    • Wire / MPU6050 addr
    • TwoWire obj wire2

Theory