-
基于STM32F103的AM2322温湿度传感器
u8 AM2322_Check(void){u8 retry=0; AM2322_IO_IN();delay_us(35);while((GPIO_ReadInputDataBit(GPIO_AM2322,IO_AM2322)==SET)&&retry200) return 1;//DHT11 ²»´æÔÚelse retry=0;while((GPIO_ReadInputDataBit(GPIO_AM2322,IO_AM2322)==RESET)&&retry85) return 1;//DHT11 ²»´æÔÚelse retry=0;return 0;// DHT11 ´æÔÚ}u8 AM2322_Read_Bit(void){u8 a=0;while((GPIO_ReadInputDataBit(GPIO_AM2322,IO_AM2322)==SET)&&a
- 2022-01-22 05:27:34下载
- 积分:1
-
用stm32f103c8t6 编写的通过USB,进行DFU模式下,升级用户程序
1,MCU ---STM32F103C8T6
2,USB通信
3,DFU模式,
4,小容量的用户程序进行升级
5,库版本有点低
- 2022-07-12 21:28:26下载
- 积分:1
-
PRAK_05
Praktikum Bahasa Pemrograman C ke Lima, Fifth C Programming, Software CodeBlock
- 2018-11-12 11:06:26下载
- 积分:1
-
密码学中极重要的RSA算法的C编程实现。希望对一些喜欢C的朋友有用...
密码学中极重要的RSA算法的C编程实现。希望对一些喜欢C的朋友有用-cryptography very important RSA algorithm in C programming. Some like to hope that the friends useful C
- 2022-03-28 22:41:24下载
- 积分:1
-
Chasing-method-solve-heat-transfer
追赶法求解简单一维数值传热程序,该方法在计算流体力学中有很广泛的应用。(using chasing method to solve one dimensional numerical heat transfer process which is widely used in computational fluid dynamic。)
- 2020-09-12 11:08:00下载
- 积分:1
-
ERLANGB
仿真排队论,统计不同话务量的情况下的阻塞率(Simulation of queuing theory, statistical difference in cases where traffic blocking probability)
- 2009-12-12 16:56:16下载
- 积分:1
-
MFC1
该设计用MFC开发的一个小例程,进行加载图片并设置定时器显示在界面上,希望对大家有帮助。(The design used MFC development of a small routine, loading pictures, and set the timer displayed on the interface, we want to help.)
- 2017-09-15 11:01:41下载
- 积分:1
-
红外-STC51
使用STC51所带的红外接收模块实现红外功能,并且在1602上面有一个简单的交互。(The infrared function is implemented using the infrared receiver module of the STC51, and there is a simple interaction on the 1602.)
- 2020-06-18 16:40:02下载
- 积分:1
-
STM32-DS18B20
STM32单片机利用DS18B20温度传感器实现温度检测的源码,包括原理图和数据手册(The STM32 MCU DS18B20 temperature sensor temperature detection of the source, including schematics and datasheets)
- 2021-04-26 22:28:45下载
- 积分:1
-
Android-andbook
Android编程入门教程andbook中文版(this book is fit for the beginners)
- 2015-11-15 15:35:33下载
- 积分:1