-
A simple microcontroller serial communication routines for those who need it for...
单片机串口通信的简单例程,供需要的人参考-A simple microcontroller serial communication routines for those who need it for reference
- 2022-02-18 15:37:59下载
- 积分:1
-
这是基于温度采集的报警系统 是利用MSP430 单片机实现控制
这是基于温度采集的报警系统 是利用MSP430 单片机实现控制-This based on the collection of temperature alarm system is the use of MSP430 MCU control
- 2023-01-01 03:00:03下载
- 积分:1
-
AT89C51中文资料。AT89C51的8引言
AT89C51中文资料。介绍了AT89C51 8位单片机的内部结构和各个存储器,时序等。-AT89C51 Chinese data. Introduction of the AT89C51 8-bit MCU s internal structure and the various memory, timing and so on.
- 2022-01-26 02:16:41下载
- 积分:1
-
单,单,单
1、有单,和单双两种旋转模式。2、可以选择置数、和连续。两种控制模式。3、按梯形
曲线加速和减速。
4、所有的置数,及速度,都能通过数字显示。
-one, single, and both single-and double-rotation mode. 2, we can choose a few home, and continuous. Two control mode. 3, trapezoid curve acceleration and deceleration. 4, all the home number, and speed, can be settled through figures show.
- 2022-03-11 13:27:23下载
- 积分:1
-
单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收...
单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
- 2022-03-11 07:33:15下载
- 积分:1
-
多年工作有关PCB绘图的总结,适合初学者学习
多年工作有关PCB绘图的总结,适合初学者学习-Years of work-related summary graphics PCB, suitable for beginners to learn
- 2022-06-13 12:59:41下载
- 积分:1
-
铅酸电池充电器,采用78F9202单片机,C语言
铅酸电池充电器,采用78F9202单片机,C语言-Lead-acid battery charger, using 78F9202 Singlechip, C language
- 2023-04-17 22:05:04下载
- 积分:1
-
STC89C58RD+系列从应用程序切换到isp程序
STC89C58RD+系列从应用程序切换到isp程序-STC89C58RD+ Series from the application process to switch to the isp
- 2022-08-08 02:56:09下载
- 积分:1
-
ps2键盘的命令集,编写键盘驱动时有用。EDH:置位/复位 LED 指示器。键盘右上角有三个 LED 指示器,分别反映 Caps、Num 和 Scroll 三个...
ps2键盘的命令集,编写键盘驱动时有用。EDH:置位/复位 LED 指示器。键盘右上角有三个 LED 指示器,分别反映 Caps、Num 和 Scroll 三个键的
锁定情况。参数字节如表 2 所列。
-ps2 keyboard command set, the preparation of useful keyboard-driven. EDH: Set/reset LED indicator. The upper right corner of the keyboard has three LED indicators, respectively, reflecting the Caps, Num and Scroll Lock keys in three cases. Parameter bytes as listed in Table 2.
- 2022-05-12 22:56:42下载
- 积分:1
-
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P...
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P3^5 //CPU--->5045
sbit SO=P3^5 //5045-->CPU
sbit CS=P3^6 //片选
-5045 underlying operating procedure, when used in accordance with the actual situation on the process of wiring pin to do some appropriate changes to the definition// define pin sbit SCK = P3 ^ 4// clock sbit SI = P3 ^ 5// CPU-
- 2022-07-12 18:25:31下载
- 积分:1