-
printlist
说明: 一个自写的ClistCtrl打印类,直接引用就行(a written ClistCtrl Print category applied directly on the line)
- 2006-03-26 23:02:11下载
- 积分:1
-
STM32ser
基于STM32的双串口通信程序,能实现两个串口的收发,程序默认采用串口2接收数据,串口1发送(Based on the STM32 dual serial communication procedures, can achieve two serial transceivers, the program defaults to the serial port 2 receives the data, send the serial port 1)
- 2021-04-28 14:58:43下载
- 积分:1
-
c100
单片机实例学习,可以轻松学习单片机.请大家仔细专研。(SCM instance learning, you can easily learn microcontroller. To please carefully researched.)
- 2013-05-18 12:25:20下载
- 积分: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
-
HUYU
计时器,实现时钟计时(reckon by time)
- 2015-08-31 11:14:52下载
- 积分:1
-
BLDC_HALL
基于STM32的直流无刷电机控制程序,带霍尔传感器(Brushless DC motor control procedures)
- 2020-10-11 13:37:34下载
- 积分:1
-
18b20
使用51单片机和18B20采集温度,并用数码管显示(Use 51 And 18B20 collecting temperature and with digital display)
- 2013-09-20 09:16:20下载
- 积分:1
-
chuanxing-da
串行da模块的应用,和单片机通信,通过单片机控制da模块(Serial da module application, and single-chip communication, via da MCU control module)
- 2013-07-18 02:57:14下载
- 积分:1
-
33
说明: 模数转换ADC0832,基于51单片机的c语言程序(Analog to digital converter ADC0832, based on 51 MCU c language program)
- 2013-12-07 00:33:47下载
- 积分:1
-
dianji
超再生遥控-遥控步进电机正反转AB的程序(Superregeneration Remote- remote control stepper motor program AB)
- 2013-07-23 20:00:21下载
- 积分:1