# MPU6050 **Repository Path**: hockel/mpu6050 ## Basic Information - **Project Name**: MPU6050 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MPU6050 模块 ![](./arduinoC/_images/featured.png) --------------------------------------------------------- ## 目录 * [相关链接](#相关链接) * [描述](#描述) * [积木列表](#积木列表) * [示例程序](#示例程序) * [许可证](#许可证) * [支持列表](#支持列表) * [更新记录](#更新记录) ## 相关链接 * 本项目加载链接: ```Gitee 地址(适合国内用户):https://gitee.com/hockel/mpu6050.git``` * 用户库教程链接: ```https://mindplus.dfrobot.com.cn/extensions-user``` * Mind+ 软件下载地址:http://mindplus.cc * 购买此产品: [某宝](https://s.taobao.com/search?q=MPU6050&imgfile=&js=1&stats_click=search_radio_all%3A1&initiative_id=staobaoz_20210329&ie=utf8) ## 描述 MPU6050模块三维角度传感器6DOF三六轴加速度计电子陀螺仪, ## 电路连接图 ![](./arduinoC/_images/elect.png) ## 积木列表 ![](./arduinoC/_images/blocks.png) ## 示例程序 ## 示例一:串口输出按键值 ![](./arduinoC/_images/example.png) 实验结果: ![](./arduinoC/_images/print.png) ## 许可证 MIT ## 支持列表 主板型号 | 实时模式 | ArduinoC | MicroPython | 备注 ------------------ | :----------: | :----------: | :---------: | ----- Arduino | | √ | | esp32 | | √ | | ## 更新日志 * V0.0.1 基础功能完成