登录
首页 » Windows开发 » MPU6050六轴传感器实验

MPU6050六轴传感器实验

于 2023-01-28 发布 文件大小:454.03 kB
0 220
下载积分: 2 下载次数: 1

代码说明:

内部编写了MPU6050的驱动程序,以KEIL作为编程平台,注释极为详细,开源式的代码,是为初学者准备的一个极为有用的学习平台

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

发表评论

0 个回复

  • des algo The DES (Data Encryption Standard) algorithm is the most widely used encryption algorithm i
    DES(数据加密标准)算法是世界上使用最广泛的加密算法。多年来,在许多人中间
    2022-02-26 07:20:25下载
    积分:1
  • 随着太空射击游戏VS2008
    用vs2008开发的一个太空射击类游戏 -With the vs2008 development of a space shooting game
    2023-04-10 13:20:05下载
    积分:1
  • 使用Delphi写的模仿SPY++.涉及到Windows Hook 消息捕获等
    使用Delphi写的模仿SPY++.涉及到Windows Hook 消息捕获等-Use Delphi to write parody SPY++. Relates to information capture, such as Windows Hook
    2023-02-18 09:15:03下载
    积分:1
  • 本游戏是微软SMART PHONE平台下的手机游戏,由于平台的特殊性,所以在游戏的架构和设计上既要符合游戏的特点,又要考虑到与设计其他PC游戏的不同。难点在于手...
    本游戏是微软SMART PHONE平台下的手机游戏,由于平台的特殊性,所以在游戏的架构和设计上既要符合游戏的特点,又要考虑到与设计其他PC游戏的不同。难点在于手机资源是很有限的,不能直接从设计PC游戏的架构直接搬到SMART PNONE游戏上,架构设计的变化是必然的。在本游戏中我们提出了一套全新的设计架构,充分考虑到了C#语言的特点,以及.NET平台的优点。在架构中摈弃了以前手机游戏设计中,虽然采用面向对象开发但是没有充分利用面向对象的不足,大量采用了当前先进的设计模式 -the game is Microsoft SMART PHONE platform mobile phone game, due to the special nature of platform, Therefore, the structure of the game and is designed to meet the characteristics of the game, also take into account the design of the other PC games are different. The difficulty lies in cell phone resources are very limited. not directly from the design of PC games moved to the structure of direct SMART PNONE game, Architecture Design changes are inevitable. In this game, we proposed a new set of design framework, taking fully into account the C# language features, and.NET platform advantages. Discard the framework of the previous mobile phone games design, Although object-oriented development but did not take full advantage of object-oriented inad
    2022-11-05 20:25:04下载
    积分:1
  • 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大...
    局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文件流以字节的形式发送到接收端,接收端收到后,将二进制流回写,保存成文件即可。这里要注意两点,一个是由于Winsock每次最大传输8K的内容,所以需要将文件分解,每次传输固定数目的字节流,这样发送和接收时都可以根据这个数目来判断文件传输的进程,一旦字节流数目等于文件的大小,就需要关闭相应的文件句柄;另一点是由于我只使用一个Winsock控件接收,接收文本时需要注意要将UNICODE转码,解析成可识别的信息。 -LAN file transfer to uniform design and user convenience, we hope it will end service and client together and form a process so that users understand, a more intuitive 1:00 (in fact, do so in order to facilitate debugging, you can test the machine, its own text- items for himself). Therefore, we need procedures in the use of two Winsock Control, a charge of wiretapping, a charge of this, when the transmitter connects successfully, it will be a choice to send the document (can be arbitrary binary files), will then file names and the
    2022-04-14 22:25:12下载
    积分:1
  • 模拟微软窗口
    这个小程序是一个模拟微软窗口,这个窗口时被划出来的,但是可以像窗口一样,实现产生,关闭,放大缩小等一系列的功能。
    2022-04-19 17:52:31下载
    积分:1
  • 这本书就不用再介绍了吧,经典中的经典。适合进阶的C++程序员。...
    这本书就不用再介绍了吧,经典中的经典。适合进阶的C++程序员。-This book will not need to re-introduce the bar, the classic of classics. Suitable for advanced C++ Programmers.
    2022-03-26 03:13:21下载
    积分:1
  • 32 as a Microsoft platform application programming interface, Win32 API is engag...
    作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. The book begins on the Win32 API function to do a complete overview; Then function contains five main categories : window management, graphics device interface, system services, international character and network services; In the appendix to the book, to explain how the Visual Basic and Delphi to their call. The book is engaging in Windows application development software engineers must reference manual.
    2023-07-03 20:55:03下载
    积分:1
  • 实体造型,通过半边数据结构实现变结构设计。
    实体造型,通过半边数据结构实现变结构设计。- The entity modelling, changes the structural design through the half construction of data realization.
    2023-06-09 20:15:03下载
    积分:1
  • ASP 上机实践教程 实验一 ASP程序运行环境的配置 1 实验目标 1.1 1.2 2 实验原理 2.1 3 实验过程...
    ASP 上机实践教程 实验一 ASP程序运行环境的配置 1 实验目标 1.1 1.2 2 实验原理 2.1 3 实验过程 2.1 2.2 2.3 2.4 2.5 4 参考代码 -ASP Advance Guide experimental procedures in an ASP environment configuration an experimental target 1.1 1.2 2 2.1 3 experimental principle experiment 2.1 2.2 2.3 2.4 2.5 4 reference code
    2022-02-10 10:04:26下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载