登录
首页 » c » MP6050 dmp 驱动代码

MP6050 dmp 驱动代码

于 2022-04-20 发布 文件大小:1.70 MB
0 77
下载积分: 2 下载次数: 1

代码说明:

通过DMP操作MPU6050,非常容易操作和配置MPU6050

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • one
    实验1 C++基础编程 实验目的 ? 掌握VC++ 6.0进行程序设计的基本步骤。 ? 学会在VC++ 6.0环境下进行简单C++程序设计。 ? 掌握new和delete的用法。 ? 熟练使用string类处理字符串。 ? 重点掌握函数的参数传递方式、函数重载、函数默认值的实现。 实验学时 本次实验需要2个学时。 实验要求 ? 实验上机之前,根据实验内容要求,自行设计编写程序,完成预习报告。 ? 实验上机时调试并修正程序。 ? 当次上机结束前分析错误原因并给出实验结论,提交实验报告。 实验内容 1.基础部分 (1)动态分配保存10个成绩数组的存储空间,并对成绩进行输入,求出最高分并输出,用new和delete。 { double*pd=new double [10]; double k; for(int i=0;i<10;i++) cin>>pd[i]; for(int j=0;j<9;j++) { if(pd[j]>pd[j+1]) { k=pd[j]; pd[j]=pd[j+1]; pd[j+1]=k; } if(j==8) cout<<pd[j+1]<<endl; } system("pause"); return 0; } (2).定义函数,实现两个变量的交换(用传递指针和传递引用的方式分别实现),并对比区别。 (4).上述第(3)题,如果希望给形参默认值,如a=1,b=2,c=3,该如何修改和如何调用?(Experiment 1 C++ Basic Programming Experimental purpose Grasp the basic steps of VC++ 6.0 programming. Learn to design simple C++ programs in the environment of VC++ 6.0. Master the usage of new and delete. Proficiency in string class processing. Emphasis is laid on how to transfer function parameters, how to overload function and how to realize default value of function. Experimental hours This experiment needs two hours. Experimental requirements Before the experiment is put on the computer, according to the requirement of the experiment content, the program is designed and written by oneself, and the preview report is completed. Debug and correct the program when the experiment is on the computer.)
    2019-05-01 14:56:42下载
    积分:1
  • RS232
    rs232收发程序matlab (rs232 transceiver procedures matlab)
    2014-10-23 09:58:45下载
    积分:1
  • Heuristic-search-algorithm-of-matlab
    简单的基于matlab的启发式搜索算法。(The matlab simulation method of heuristic search algorithm。)
    2014-11-06 09:38:48下载
    积分:1
  • 51单片机文档控制C代码
    51单片机文档控制C代码,实现对DS18D20的温度采集、数码管的显示、驱动控制半导体制冷片和PID算法实现
    2022-10-01 12:55:04下载
    积分:1
  • word
    利用c#对自动生成word报告,包括自动填写文字,更新图片、表格、目录(C# automatically generated by word of the report, including auto-complete text, updated pictures, tables, directories,)
    2011-06-08 10:01:38下载
    积分:1
  • 01_BusAdapt_发送接收_1byte
    使用广成官方库驱动USB-can发送数据(Using a wide official library to drive USB-can to send data)
    2018-07-09 12:24:39下载
    积分:1
  • nlanet
    用C语言制作的星球,A planet made in C(In C star, A planet made in C)
    2017-07-10 01:06:43下载
    积分:1
  • yakebidiedaisuanfa
    说明:  压可比矩阵算法源代码,它是许多变换的基础,很好的学习程序。(Pressure comparable matrix algorithm source code, which is the basis of a number of transformation, a very good learning process.)
    2008-10-31 21:05:53下载
    积分:1
  • Desktop
    鞍点问题 这是C语言中一个常见问题,此代码有助于更深的理解(This is a C language code about saddle point problem.)
    2020-06-25 12:00:02下载
    积分:1
  • SPWM
    说明:  利用定时器1的互补通道实现SPWM(图形测试实现一半)(Implementing SPWM with complementary channels of timer 1)
    2020-06-21 16:00:01下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载