-
SP-CEA061A-cPP
凌阳16位单片机C语言程序设计,入门教学,快速学习凌阳程序设计(Sunplus 16-bit microcontroller C programming language, tutorial, fast learning program design Sunplus
)
- 2011-05-20 10:30:56下载
- 积分:1
-
uCOSPuCGUI(FSMC)
uCOS+uCGUI例程,主控芯片为STM32,LCD采用FSMC接口连接,实现图形界面的操作(uCOS+uCGUI routines, the main chip for the STM32, the LCD FSMC interface connector, the operation of the graphical interface)
- 2012-06-09 21:30:01下载
- 积分:1
-
USART
基于atmega16l usart的实现(atmega16 usart)
- 2012-03-29 20:48:10下载
- 积分:1
-
I2C
iic接口的程序,可以用于f149单片机(iic interface procedures can be used F149 microcontroller)
- 2013-05-21 09:14:51下载
- 积分:1
-
7746
AD7746 用51测试来获取最小电容~(use 51 measure AD7746)
- 2021-04-15 15:08:54下载
- 积分:1
-
04Clock
时钟显示,在实验二的作业里面,希望对大家有用,能够帮助到大家(show the time.)
- 2013-03-04 15:07:06下载
- 积分:1
-
hongwai-yaokong-jiema
红外遥控解码,基于51单片机的例程,简单实用,我在学习单片机的时候用到的(Infrared remote control decoding, based on 51 MCU routine, simple and practical, I used the time to learn microcontroller)
- 2013-08-04 16:53:01下载
- 积分: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
-
CRC-C
有关 C语言的CRC校验的资料,很实用,值得收藏和学习(About the C language, the CRC data, it is practical, it is worth collecting and learning)
- 2014-04-15 18:33:56下载
- 积分:1
-
DS18B20
说明: 18B20数字温度计,驱动液晶显示的,可以实现报警功能(18B20 digital thermometer, to drive liquid crystal display, alarm function can be achieved)
- 2011-03-12 11:51:43下载
- 积分:1