-
C8051F06X series SCM documentation, including a detailed C8051F06X SCM applicati...
C8051F06X系列单片机的说明文档,其中包括了C8051F06X单片机详细的适用说明及编程时需要考虑的问题-C8051F06X series SCM documentation, including a detailed C8051F06X SCM application programming note and the need to consider the issues
- 2022-01-22 06:11:00下载
- 积分:1
-
This is STC Series installation software download, stc series single
这是stc系列下载器的安装软件,stc系列单片机,希望初学者能应用到-This is STC Series installation software download, stc series single-chip, hoping for beginners can be applied to
- 2022-07-11 15:21:00下载
- 积分:1
-
mega32+ N298 motor control chip, by controlling the motor IN1 and IN2 to change...
mega32+N298电机控制芯片,
通过控制电机的IN1和IN2改变方向,
pwm控制速度。
IN1和IN2不同时,电机转动
IN1和IN2相同时,电机急停。
-mega32+ N298 motor control chip, by controlling the motor IN1 and IN2 to change direction, pwm control speed. IN1 and IN2 are not the same time, motor rotation IN1 and IN2 are the same, the electrical emergency stop.
- 2022-02-04 12:13:45下载
- 积分:1
-
MSP430F1121 with the LCD driver chip PCF8576 connection procedures
MSP430F1121与液晶驱动芯片PCF8576的连接程序-MSP430F1121 with the LCD driver chip PCF8576 connection procedures
- 2022-03-14 14:31:59下载
- 积分:1
-
C8051F020
基于C8051F020的液压综合采集系统设计.doc-C8051F020-based hydraulic design of integrated acquisition system. Doc
- 2023-05-02 05:00:03下载
- 积分:1
-
机于s52的巡检系统的开发代码。从代码中可以看到整个系统的流程和上位机的通信协议的格式非常不错。...
机于s52的巡检系统的开发代码。从代码中可以看到整个系统的流程和上位机的通信协议的格式非常不错。-plane s52 of the Tour system development code. From the code, we can see the whole system and the flow of PC communications agreement very good format.
- 2023-08-08 01:20:02下载
- 积分:1
-
atm89的键盘中断方式控制 附带proteus仿真
atm89的键盘中断方式控制 附带proteus仿真 -atm89 keyboard interrupt control incidental Proteus Simulation
- 2023-08-29 22:55:03下载
- 积分:1
-
在笔记本电脑日益广泛的今天,usb口的下载线显得尤为重要。市面上售卖的usb下载线价格普遍偏高。因此自己动手做一个usb下载线不仅节约资金,更能增加动手能力。大
在笔记本电脑日益广泛的今天,usb口的下载线显得尤为重要。市面上售卖的usb下载线价格普遍偏高。因此自己动手做一个usb下载线不仅节约资金,更能增加动手能力。大家赶快来下载吧!-In an increasingly wide range of notebook computers today, usb port download cable seems particularly important. Download usb for sale on the market price generally high line. So make yourself a usb download cable not only save money, but also increase the practical ability. Everyone as soon as possible to download it!
- 2022-04-13 15:41:09下载
- 积分:1
-
ATMEL的24C04
ATMEL的24C04-512的通用应用程序,实际应用完全可行可靠的,稍加修改就可用在自己的C文档中!-ATMEL
- 2023-09-09 05:25:03下载
- 积分: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