-
digital-calendar
基于单片机的多功能数字日历电路所有的原理图论文PCB仿真(Based on SCM multi-function digital calendar circuit
)
- 2012-04-02 19:04:50下载
- 积分:1
-
digital-clock
数字时钟显示时间、定闹钟及整点报时,还能实现时钟界面的切换功能(Digital clock displays the time, set the alarm and hourly chime)
- 2012-12-20 16:32:44下载
- 积分:1
-
5110-1
基于MSP430G2553 TI超低功耗单片机,5110液晶显示程序(Based MSP430G2553 TI ultra-low power microcontroller, 5110 LCD procedures)
- 2013-08-10 21:35:35下载
- 积分:1
-
MSP430
MSP430 我们全国电子竞赛老师给的资料(MSP430 National Electronic contest teacher gave us the information)
- 2013-08-16 14:20:55下载
- 积分: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
-
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
-
SimIic
IIc应用,AT24C512初始化,清零,存储,读取多字节存入 写入多字节(IIc applications, initialization, clear, store, read, write more bytes into a multi-byte)
- 2015-04-15 20:47:22下载
- 积分:1
-
51-1602
基于Keil的51工程-1602移位显示(51 works based on Keil-1602 shift display)
- 2013-08-10 09:57:28下载
- 积分:1
-
res
1664LED红外控制的定时器,可以通过遥控器远程控制时间的加减、暂停等功能。包括红外解码、红外码值处理(1664LED control program,which can be controled by both IR and keys。)
- 2014-06-17 05:29:26下载
- 积分:1
-
androiwifi-Instruc-(1)
安卓控制系统的手机无线控制系统示范例子代码,手机/无线,代码(Andrews control system mobile wireless control system demonstration sample code, mobile/wireless, Code)
- 2015-07-30 17:50:46下载
- 积分:1