-
MAX7219_DAC_Serial
AD转换芯片源程序。串行模式通信。。带电路(AD conversion chip source. Serial mode of communication. . Band circuit)
- 2008-12-15 18:08:26下载
- 积分:1
-
Based-on-MSP430-andDS1302
基于单片机MSP430的DS1302的时钟芯片编程,实现时钟显示(Based on MSP430 MCU DS1302 clock chip programming, the clock display)
- 2013-07-07 20:23:24下载
- 积分:1
-
OK-NRF24L01
24L01无线模块的驱动程序。包含发射与接收的程序。(24L01 wireless driver module. Contains the transmitting and receiving program.)
- 2012-08-23 14:08:22下载
- 积分: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
-
chuankou
单片机串口发送程序,试一次课设做的,非常非常好用(Chip serial transmission program, try again Lesson set, very, very easy to use)
- 2013-06-05 00:13:11下载
- 积分:1
-
CardTool-
ACR38智能读卡器测试用:芯片IC卡等(ACR38 Smart Card Reader test: IC card, etc.)
- 2020-12-04 08:49:25下载
- 积分:1
-
Dichlorvos0.72
Vt源码修改的调试器, 想要学习过保护可以用来借鉴..(
Vt source code to modify the debugger, you can protect)
- 2016-11-20 16:21:24下载
- 积分:1
-
KEY
状态机按键检测,实现单击双击多击功能,单片机用的是STM8L(Key detection state machine to achieve multi-click-click, double-click function)
- 2016-04-09 13:27:11下载
- 积分:1
-
Light-water
电协开发板 C51单片机程序,用于实现单片机的流水灯输出(Electric Association C51 microcontroller development board procedures for the realization of single-chip light water output)
- 2013-10-27 11:07:48下载
- 积分:1
-
12
基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1