-
PWM waves program can be used to control motor speed, procedure is simple, here...
PWM波程序 可以用来控制电机调速,程序比较简单,这里只用了一个定时器就实现了。因为51单片机没有PWM波的寄存器,所以要自己用软件控制。-PWM waves program can be used to control motor speed, procedure is simple, here only a timer is realized. Because no PWM waves 51-series microcomputer to yourself, so with registers control software.
- 2022-05-16 13:59:39下载
- 积分:1
-
发送器为NB9148,接受器为通用红外接受模块,软件解码用的单片机为P87LPC762...
发送器为NB9148,接受器为通用红外接受模块,软件解码用的单片机为P87LPC762-transmitter for NB9148, infrared receivers to accept GM module, the software decoder microcontroller P87LPC762
- 2022-07-12 06:44:49下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1
-
avr之IDE驱动程序
avr之IDE驱动程序-avr Zhi IDE driver
- 2022-06-01 16:11:38下载
- 积分:1
-
PDIUSBD12 USB1.1 C51 source code
PDIUSBD12 USB1.1 C51源代码-PDIUSBD12 USB1.1 C51 source code
- 2022-02-25 11:31:09下载
- 积分:1
-
We design fire alarm, and basically meet the requirements of everyone can refer...
我们设计的火灾报警器,基本上满足要求,大家可以参考-We design fire alarm, and basically meet the requirements of everyone can refer to
- 2022-08-25 16:11:42下载
- 积分:1
-
这个文件是ATMEGA8的实验板原理图,大家可以下载,在我们公司已经使用,至今效果还可以,大家下载。...
这个文件是ATMEGA8的实验板原理图,大家可以下载,在我们公司已经使用,至今效果还可以,大家下载。-This document is ATMEGA8 schematic diagram of the experimental board, everyone can download, in our company have been used and the result also can download the U.S..
- 2022-03-19 15:04:22下载
- 积分:1
-
研究所积累的资料7,大家秘密使用,千万别告诉别人!
研究所积累的资料7,大家秘密使用,千万别告诉别人!-7 Institute of accumulated data, we use a secret, please do not tell others!
- 2022-02-10 06:11:17下载
- 积分:1
-
C52单片机控制1602液晶显示程序,可在第一行显示字符"TX
C52单片机控制1602液晶显示程序,可在第一行显示字符"TX-1B MCU",在第二行显示字符"WWW.TXMCU.COM"。-C52 single-chip liquid crystal display control program 1602 may show the characters in the first row
- 2022-08-07 03:15:33下载
- 积分:1
-
m16连接以ks0108为控制芯片的12864显示器驱动
m16连接以ks0108为控制芯片的12864显示器驱动-m16 connection to ks0108 to control the display driver chips, 12864
- 2023-06-02 18:05:04下载
- 积分:1