-
对传感器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
-
很权威的关于linux嵌入式的书籍
很权威的关于linux嵌入式的书籍-very authoritative on Embedded Linux books
- 2023-07-20 02:35:04下载
- 积分:1
-
VESA and Industry Standard and Guidelines for Computer Display Monitor Timing Ve...
VESA and Industry Standard and Guidelines for Computer Display Monitor Timing Version 1.0
- 2022-05-23 15:45:58下载
- 积分:1
-
花样格式转换程序
花样格式转换程序-Synchronized format conversion
- 2022-04-27 22:13:54下载
- 积分:1
-
51单片机上多任务系统ucosII,测试通过
51 ucosII已经编译通过 /* 本例程uCOS-II 版本为2.51*/、/*********************************************************************************************************** uC/OS-II* 实时内核** (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL* &
- 2022-03-23 18:17:20下载
- 积分:1
-
嵌入式的命令行解释器
嵌入式的命令行解释器-embedded command line interpreter
- 2022-05-19 11:09:54下载
- 积分:1
-
minigui一些基本的窗口编程,对一些基本控件的使用.
minigui一些基本的窗口编程,对一些基本控件的使用.-minigui some basic programming window for the use of some of the basic controls.
- 2023-05-22 06:05:03下载
- 积分:1
-
linux驱动程序
linux驱动程序-linux drivers
- 2022-08-21 22:58:00下载
- 积分:1
-
AD TLC0831 DA TLC5620应用程序(c源程序)
AD TLC0831 DA TLC5620应用程序(c源程序)--AD TLC0831 DA TLC5620 application program. ( C code)
- 2023-07-18 11:35:03下载
- 积分:1
-
iic代码的源文件
iic 驱动代码,
- 2022-07-25 17:43:43下载
- 积分:1