-
对传感器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
-
QTAPI中文版
QTAPI中文版
- 2022-03-18 11:38:34下载
- 积分:1
-
51 single
51单片机控制LCD显示日期时间温度,ds1302时钟芯片。-51 single-chip microcomputer to control the temperature LCD shows the date of the time, ds1302 chip clock.
- 2022-05-10 13:33:05下载
- 积分:1
-
主要讲了c8051f020单片机控制步进电机的程序。
主要讲了c8051f020单片机控制步进电机的程序。-Major topics of the c8051f020 stepper motor microcontroller control program.
- 2022-02-25 05:57:59下载
- 积分:1
-
采用gpio口来控制串口扩展芯片的驱动和测试程序,包括串口的封装程序。...
采用gpio口来控制串口扩展芯片的驱动和测试程序,包括串口的封装程序。--Using gpio port to control the driver and testing program of serial port expansion chip.
- 2023-05-01 08:45:03下载
- 积分:1
-
经典嵌入式论文,压缩一起上载太慢,所以分开上传!
经典嵌入式论文,压缩一起上载太慢,所以分开上传!-classic thesis, compressed together on the slow, separate upload!
- 2022-04-30 00:41:21下载
- 积分:1
-
集成电路液晶模块是实现7920系列测试和应用程序。
液晶模组是7920的ic实现串口测试及应用效果不错已经做了展示架-Ic liquid crystal module is to achieve the 7920 serial testing and application of good results has been done display
- 2023-04-05 14:10:03下载
- 积分:1
-
基于ATMEGA16的温度传感器原代码,拿过来就 可以用
基于ATMEGA16的温度传感器原代码,拿过来就 可以用-Temperature sensor based on the ATmega16 the original code, get back on the can
- 2022-08-03 22:27:03下载
- 积分:1
-
Karplus Stron 算法和鼓合成的执行情况
本项目的目标设计微控制器操作的架子鼓和吉他,只包括鼓棍,脚踏板,并选取。这是通过执行连接到单片机的加速度计。由摇摆的棍子和在空气中挑选吉他你可以玩鼓和吉他演奏。我们还实施了回放功能你可以记录声音和稍后听听它。摇滚乐 !
- 2022-03-24 06:02:43下载
- 积分:1
-
基于单片机C52的DA0832的驱动程序
基于单片机C52的DA0832的驱动程序-The DA0832 based on single chip C52 driver
- 2022-10-12 07:25:02下载
- 积分:1