-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻松控制vga的显示,十分难得哦!...
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻松控制vga的显示,十分难得哦!-altera
- 2022-12-08 07:55:03下载
- 积分:1
-
基于DMX512协议的舞台LED灯光控制器
资源描述
1.使用的是Microchip的PIC18F2580的16位单片机;
2.使用的开发环境为MPLAB IDE,使用的编译器位MCC18;
3.主要是实现的功能是DMX512通信协议,应用于舞台灯光的控制以及和调光台的通信。
- 2022-04-21 15:16:15下载
- 积分:1
-
surface acoustic wave device Modeling and Simulation of a SAW filter with Matlab
声表面波器件
- 2022-06-20 03:31:57下载
- 积分:1
-
使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下:
1. 有一个字符串的矩阵,用vector< vector< CStirng...
使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下:
1. 有一个字符串的矩阵,用vector< vector< CStirng > > 表示
2. 行与行之间进行排列组合
3. 输出所有组合的字符串-Recursive use of re-implementation cycle of N, where N is uncertain. This code describes the implementation of the function as follows: 1. There is a string matrix, with vector < vector < CStirng> > express 2. Line and line 3 between the permutation and combination. Output for all combinations of string
- 2022-02-21 11:55:03下载
- 积分:1
-
DS1307 实时时钟
DS1307 实时时钟
- 2022-01-26 02:32:14下载
- 积分:1
-
飞利浦SJA1000 CAN控制器。它包含的例子如何控制这种装置…
Philips sja1000 can controller. it contains example on how to control this device
- 2022-03-23 02:40:43下载
- 积分:1
-
max7456 is beautiful letters an OSD chip, compared with NEC' s 6450,6453, and...
max7456是美信的一颗OSD芯片,比NEC的6450,6453,功能强大,程序电路却简单了很多,本程序有对MAX7456的操作,用的是STM32的ARM7,硬件的SPI-max7456 is beautiful letters an OSD chip, compared with NEC" s 6450,6453, and powerful, the program has a simple circuit a lot, this program has on the MAX7456 operation, with the STM32" s ARM7, hardware SPI
- 2023-01-19 16:05:03下载
- 积分:1
-
嵌入式Linux上的Web Server设计
嵌入式Linux上的Web Server设计-Embedded Linux Web Server Design
- 2022-02-14 05:15:38下载
- 积分:1
-
7022B电力仪表
本文件含7022B的程序代码,用模拟SPI通讯,内部代码使用struct结构体互相联系。内部还有芯片介绍,方案例子,相关电力仪表论文等。可以把该文件视作为一个7022B的小资料库,内部含很多精华,希望给你带来帮助。
- 2022-02-11 23:02:48下载
- 积分:1