-
对传感器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
-
DMX512接收发送程序原代码,已通过编译
DMX512接收发送程序原代码,已通过编译-DMX512TTO
- 2023-08-10 11:00:02下载
- 积分:1
-
2x3 Keypad libraries for CCS PIC
2x3 Keypad libraries for CCS PIC-C users
- 2022-08-13 20:39:40下载
- 积分:1
-
指南描述了一种低组SPI协议的软件实现
指南描述了一组用于SPI协议软件实现的低级程序,在主模式中所有的通信都来自AVR-guide describes a group SPI protocol software for the realization of the low-level procedures, the main mode of communication are all from the AVR
- 2022-12-26 09:55:03下载
- 积分:1
-
strongly recommended! This procedure is based on the embedded system development...
鼎力推荐!本程序是基于嵌入式LUNUX系统开发的源程序代码,所有程序采用C语言进行编写,是学习、开发嵌入式LUNUX系统不可多得的参考资料。-strongly recommended! This procedure is based on the embedded system development LUNUX the source code, all the procedures used for the preparation of C language, learning, the development of embedded systems LUNUX rare reference.
- 2022-11-03 02:20:05下载
- 积分:1
-
再来一个IIC的时钟实现的例程吧。都是自己写的,通过测试了的。...
再来一个IIC的时钟实现的例程吧。都是自己写的,通过测试了的。-IIC clock back one of the routines you realize. Are written in their own, through testing it.
- 2023-01-25 11:30:04下载
- 积分:1
-
微机课设--电子乐器
这是一个利用8254芯片为核心的嵌入式电子乐器的程序,通过输入qwertyu/asdfghj/zxcvbnm实现音调1234567的发生,同时还预先存放了一首歌--little star。输入p字符进行播放。
- 2023-05-27 16:35:04下载
- 积分:1
-
介绍如何使用UCDOS的HZK16 点阵字库,对于想在LCD上显示汉字的看一下就明白了。...
介绍如何使用UCDOS的HZK16 点阵字库,对于想在LCD上显示汉字的看一下就明白了。-UCDOS how to use the library HZK16 lattice, the LCD to show the Chinese characters look at it to understand.
- 2022-01-25 21:08:27下载
- 积分:1
-
值得一看哦,对正在做bootload的有帮助
值得一看哦,对正在做bootload的有帮助-eye-catcher, oh right is doing to help the bootload
- 2022-03-15 19:58:35下载
- 积分:1
-
引导程序
bootloader
- 2023-04-15 04:50:03下载
- 积分:1