-
LIS3LV02DQ
加速度传感器很好用的,,可以移植的,你可以学习下,写的也不容易呢(Using an acceleration sensor,, you can refer to him,, a good, satisfying transplant)
- 2015-11-09 20:14:37下载
- 积分:1
-
jinl
学4年来做过的竞赛以及老师的科研项目所积累下来的c51源代码,一共有40(4 years of study done as well as the Teacher of the competition accumulated research c51 source code, a total of 40)
- 2009-04-03 14:08:38下载
- 积分:1
-
STM32LCD12864
基于STM32的12864LCD显示屏的驱动程序,通过8080时序并口通信,可以直接调用函数编写,使用起来很方便(Based on the STM32 12864LCD display driver, by 8080 the timing parallel communication, you can directly call functions written, easy to use)
- 2020-10-27 20:59:59下载
- 积分:1
-
18b20
c51单片机18B20+lcd1602显示
,c51单片机18B20+lcd1602显示(18b20 for C51 and lcd1602)
- 2015-11-10 12:54:53下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
2.4G
2.4G研发详细文档,对没有无线基础的同学非常有帮助!(2.4G development with the document, very helpful to students based on no wireless!
)
- 2015-02-24 22:44:28下载
- 积分:1
-
8051Pproteus-125
《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 03 篇 综合设计 25 用ADC0808设计的调温报警器(" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 03 compressed package integrated design 25 designed thermostat with alarm ADC0808)
- 2011-08-02 20:49:25下载
- 积分:1
-
ucOS-II-V2.86-uCGUI-3.9-DEMO
基于STM32的压力监控项目,配有2.8寸TFT显示屏,可以实时监控压力曲线,带有数据库功能(Based on the STM32 pressure monitoring project, with 2.8-inch TFT display, real-time monitoring of the pressure curve with database functions)
- 2014-01-16 15:57:17下载
- 积分:1
-
ask
基于单片机开发的无线识别装置系统中使用的应答器程序代码(The development of microcontroller-based system using wireless identification device transponder code)
- 2011-08-07 12:00:31下载
- 积分:1
-
zhiliudianjtiaosu
实现用单片机控制直流电机调速功能,可用,有hex文件(Achieve MCU control DC motor speed control function is available, a hex file)
- 2012-05-27 10:47:23下载
- 积分:1