-
我一直在用的I2C总线函数库,内容不多,但很实用.
我一直在用的I2C总线函数库,内容不多,但很实用.--在网上见的资源挺多,但很多时候是没有测试过的,下了一大堆,搞得眼花燎乱.这个是我在某人主页上找到的,经修改调试后,一直在用着的,绝对好用.-I have been using the I2C bus in the library, which is not big, but very useful .-- online resources挺多see, but often is not tested, and under a lot of, in a confused chaos burn. This is my home page to find a person, and debugging, as amended, has been with the absolute ease of use.
- 2023-08-05 08:50:04下载
- 积分:1
-
卷积编码和译码过程,维特比译码,含有测试程序
卷积编码和译码过程,维特比译码,含有测试程序-turbo encoder and decoder
- 2022-03-07 14:02:21下载
- 积分:1
-
嵌入式的usb驱动程序,能顺利运行,对像学习嵌入式底层开发的朋友来说很有用,大家多交流...
嵌入式的usb驱动程序,能顺利运行,对像学习嵌入式底层开发的朋友来说很有用,大家多交流-Embedded usb drivers, smooth running, like the bottom of the development of embedded learning is very useful friends, we more exchanges
- 2022-10-10 22:10:02下载
- 积分:1
-
对传感器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
-
Embedded C
嵌入式C-C++.pdf
- 2022-01-23 11:07:40下载
- 积分:1
-
LCD SN 烧录 软件!可以烧录序列号,可以针对大部分LCD使用。...
LCD SN 烧录 软件!可以烧录序列号,可以针对大部分LCD使用。-LCD SN copying software! Copying serial numbers can be used to address most of the LCD.
- 2022-01-22 03:27:22下载
- 积分:1
-
UC/OS2 的源码 北航大学出版社的那个版本
邵贝贝翻译的
UC/OS2 的源码 北航大学出版社的那个版本
邵贝贝翻译的-UC/OS2 Beihang University Press of the source of the translation version of Shao Beibei
- 2022-05-04 20:59:52下载
- 积分:1
-
Wince 中ADO3.0的使用方法
Wince 中ADO3.0的使用方法--Use ADO3.0 in Wince.
- 2022-03-26 12:28:53下载
- 积分:1
-
关于USB的相关芯片的应用说明,很不错的
关于USB的相关芯片的应用说明,很不错的-USB chip on the relevance of the application notes, very good
- 2022-05-24 15:23:30下载
- 积分:1
-
按键检测超精简实用程序
个人珍藏的超精简按键程序,这个程序是个人收藏并沿用多年的一个按键检测,需要配合定时中断来使用,当然现在也没有人用最傻瓜的for来做延时了吧;
我这个程序可以实别,短按,连按,长按,双击等动作!
非常实用!
- 2022-03-10 08:29:26下载
- 积分:1