-
对传感器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
-
stm32 OV7725 应用
利用stm32 来控制ov7725实现具体的应用,代码都下载stm32中验证过可以放心使用
- 2023-05-22 03:05:04下载
- 积分:1
-
PCI bus and USB data communication between the client application (including int...
PCI总线与USB总线之间的数据通信的用户端应用程序(包括界面和通信)-PCI bus and USB data communication between the client application (including interface and communications)
- 2022-12-15 00:55:04下载
- 积分:1
-
embedded open forum essence Portal
嵌入式开发网的论坛精华-embedded open forum essence Portal
- 2023-04-26 19:35:05下载
- 积分:1
-
酒店用的嵌入式无线点餐系统,通过无线发送,实现快速点餐...
酒店用的嵌入式无线点餐系统,通过无线发送,实现快速点餐-Hotels with meal points embedded wireless systems, wireless transmission, to achieve quick meal
- 2022-07-19 21:49:00下载
- 积分:1
-
AD9850 Proteus仿真
AD9850AD9850 Proteus仿真实验带键盘输入和设置,可以直观的看到输出的波形和频率
- 2022-08-02 19:57:22下载
- 积分:1
-
Verilog float by their hair, a specific data structure, the index for the end of...
verilog浮点乘发器,特定数据结构,指数底为10,利用pipeline-Verilog float by their hair, a specific data structure, the index for the end of October, using pipeline
- 2023-02-24 06:45:03下载
- 积分:1
-
mini2440裸机拼图游戏
运行在mini2440上,裸机开发,液晶屏为索尼的X35,在触摸屏驱动的基础上开发拼图游戏
- 2023-07-25 00:25:03下载
- 积分:1
-
ISP for STR73X
默认情况下, bank0 是映射到地址0x00. 考虑到,IAP程序需存储在bank1,而用户程序需存储在bank0. 因此须...
ISP for STR73X
默认情况下, bank0 是映射到地址0x00. 考虑到,IAP程序需存储在bank1,而用户程序需存储在bank0. 因此须使用CAPS工具,将bank1映射到地址0x00. 另外, 在IAP程序运行期间,必须在执行用户程序跳转之前,通过程序将bank0重映射到地址0x00(注:IAP程序已经实现了bank0重映射到地址0x00,用户不需要自己来编写代码).-ISP for STR73X default, bank0 is mapped to address 0x00. Taking into account, IAP process is stored in the bank1, while the user program to be stored in bank0. It is necessary to use the CAPS tool bank1 mapped to address 0x00. In addition, IAP procedure during operation must be in the implementation of user program before Jump through the procedure will bank0 re-mapped to address 0x00 (Note: IAP program has achieved bank0 re-mapped to address 0x00, the user does not need to write their own code).
- 2023-04-16 00:35:04下载
- 积分:1
-
液晶显示器
液晶显示器16×2库8051系列控制器 可用于其它控制器一样的AVR和PIC以微小的变化。 设计并采用Keil编译。 测试OK和使用。
- 2022-03-06 00:42:40下载
- 积分:1