-
PTR8000发送接收驱动程序。只需在主程序中只需做小小的改动就可以,使用这个模块!!!...
PTR8000发送接收驱动程序。只需在主程序中只需做小小的改动就可以,使用这个模块!!!
-Send PTR8000 receive driver. Only in the main program in only small changes can make use of this module! ! !
- 2022-07-17 22:34:45下载
- 积分:1
-
89c51单片机定时中断动态四数码管显示的控制程序
89c51单片机定时中断动态四数码管显示的控制程序-Interrupted from time to time 89c51 single-chip digital display dynamic four of the control procedures
- 2023-02-26 04:55:03下载
- 积分:1
-
单片机控制AD2543,同时通过液晶显示的程序,通过移植修改即可以应用...
单片机控制AD2543,同时通过液晶显示的程序,通过移植修改即可以应用-SCM AD2543, at the same time through the liquid crystal display procedures, through the graft modification can be applied
- 2022-03-02 03:29:17下载
- 积分:1
-
将数0000
将数0000-9999用数码管依次循序显示
实验步骤:
1.打开伟福V3.20,创建一新文件
2.编写源代码
3.保存文件,文件名后缀为.asm
4.编译程序
5.打开Easy 51Pro v2.0将程序写进实验板-Experimental steps:
1. Open-wei Fu V3.20, create a new document
2. To prepare the source code
3. Save the file, the file name suffix to. Asm
4. Compiler
5. Easy 51Pro v2.0 to open the program into the board
- 2022-04-11 03:45:04下载
- 积分:1
-
DESCRIPTION This function initializes the pointers in the _pid structure
to...
DESCRIPTION This function initializes the pointers in the _pid structure
to the process variable and the setpoint. *pv and *sp are
integer pointers.-DESCRIPTION This function initializes the pointers in the _pid structure to the process variable and the setpoint.* Pv and* sp are integer pointers.
- 2022-03-18 14:48:59下载
- 积分:1
-
The use of 51 SCM+ Sl811 chip of u disk read and write functions, the symbol C++...
利用51单片机+sl811芯片实现对u盘的读写功能,代码为C++实现,可供大家参考使用-The use of 51 SCM+ Sl811 chip of u disk read and write functions, the symbol C++ Realize for U.S. use and reference
- 2023-08-19 21:50:03下载
- 积分:1
-
LCD1602液晶显示器的驱动程序,是用AVR的M16L来驱动的.
LCD1602液晶显示器的驱动程序,是用AVR的M16L来驱动的.-LCD1602 LCD driver, is to use the AVR to drive the M16L.
- 2022-01-27 19:12:33下载
- 积分:1
-
该实验是在“点到点无线通信实验”的基础上进行开发,节点A 作为发射模块,节点B
作为射频休眠实验的对象,PC 通过串口下达休眠和唤醒的指令给节点B,来实现对...
该实验是在“点到点无线通信实验”的基础上进行开发,节点A 作为发射模块,节点B
作为射频休眠实验的对象,PC 通过串口下达休眠和唤醒的指令给节点B,来实现对射频部
件的唤醒和休眠功能。串口的设置为波特率115200b/s,8 位数据位,1 位停止位,无校验位。-The experiment in the " point to point wireless communications experiment" based on the development and launch of the module as a node A, node B as a test object dormant radio frequency, PC through the serial port sleep and wake-up instructions issued to the Node B, to achieve the right wake-up radio frequency components and the hibernation feature. Serial port baud rate is set to 115200b/s, 8 bits of data bits, 1 stop bit, no parity bit.
- 2022-03-03 01:20:43下载
- 积分:1
-
交通灯控制系统,可灵活设置多路时间
交通灯控制系统,可灵活设置多路时间-Traffic light control system, can be flexibly set up multi-channel time
- 2022-06-18 07:19:04下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1