-
LPC1114 MPU6050六轴姿态传感器DMP方式(很稳定)
//使用NXP的LPC1114FN33的P0_11,P1_10连接MPU6050的IIC,采用MPU6050的DMP方式,直接获取四元数计算姿态,数据很稳定,还可以初始化零位,最大计算频率200Hz,一般的应用足够
int main (void)
{
int16_t temp[9];
// float ypr[3];
float temp1;
float temp2;
int16_t angle_temp1,angle_temp2,angle_temp3,angle_circle;
// uint8_t i,ucErr,sign = 0;
// uint8_t flash_temp[256],flash_temp2[256],i;
int16_t Math_hz=0;//,last_Math_hz = 0;
int16_t yaw,pitch,roll,full_yaw;
int16_t last_yaw=0;
SystemInit();
/* Enable AHB clock to the GPIO domain. */
LPC_SYSCON->SYSAHBCLKCTRL |= (1
- 2022-07-12 18:03:10下载
- 积分:1
-
fly
飞机航班管理系统,界面美观,自行设计,大学生C语言上机实习专用(Aircraft flight management system, the interface is beautiful, the C language machine for Students program)
- 2015-03-21 23:13:47下载
- 积分:1
-
c51流水灯
对于单片机爱好者,可以了解如和制作流水灯,单片机引脚的的应用,以及最基础的c语言的设计,还可以学习一些简单的算法,通过数学模型来解决一些生活中的实际问题,可以启发思路,通过不同的编程方式,可以学习到更多的算法,对日后的编程学习有很大的帮助
- 2022-06-21 01:16:31下载
- 积分:1
-
UDPSERAPP
基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
- 2014-09-19 11:46:58下载
- 积分:1
-
bindCode2008
AppWizard has created this BindFile application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your BindFile application.(AppWizard has created this BindFile appli cation for you. This application not only demon strates the basics of using the Microsoft Found ation classes but is also a starting point for wr iting your application. This file contains a su mmary of what you will find in each of the files th at BindFile make up your application.)
- 2007-06-07 14:12:17下载
- 积分:1
-
Kalman-filter-c
卡尔曼滤波器c语言代码。需要的可以下载看看,不设权限,0积分下载。(Kalman filter c language)
- 2013-07-22 16:48:46下载
- 积分:1
-
MSP430F5529_ZLG7289
说明: msp430的矩阵键盘,通过芯片7289来控制,可以试试,实测通过(fahdlgashgldasjglasjgasgjlklsdjk)
- 2020-06-19 17:40:02下载
- 积分:1
-
white-answer
一种对白皮书上的一些例题的答案以及自己的一些见解(An answer to some examples on the white paper, and some of his own opinions
)
- 2014-01-14 15:49:06下载
- 积分:1
-
C#编程典型实例解析》
C#编程典型实例解析》-源代码-4238
code-Typical examples of C# programming analysis "- the source code-4238 code11
- 2022-05-05 21:07:17下载
- 积分:1
-
Ccomprehensivework
c语言资料大全,关于C语言的文章、技巧、教程、源代码和辅助工具软件。适合所有层次的C语言学习者。(some c laguage paper, code and ralated software)
- 2009-10-10 11:01:04下载
- 积分:1