-
一个单片机控制继电器的程序。用C编,可实现一定的基础控制功能...
一个单片机控制继电器的程序。用C编,可实现一定的基础控制功能
- 2022-06-29 13:25:58下载
- 积分:1
-
KeilC51 programming, and 51 AD9850 interface program. DDS including initializati...
KeilC51编程,51与DDS芯片 AD9850的接口程序.包括对DDS的初始化以及输出控制.-KeilC51 programming, and 51 AD9850 interface program. DDS including initialization and output control.
- 2023-02-14 15:40:04下载
- 积分:1
-
430code
430中149单片机的ADC使用源码,测试通过-430code
- 2022-03-17 23:15:53下载
- 积分:1
-
MSP430的开发程序的例子+中文注释,经典
MSP430的开发程序的例子+中文注释,经典-MSP430 Development example of the procedure+ Chinese Notes, the classic
- 2023-05-02 19:50:03下载
- 积分:1
-
飞行控制中的PID计算,当前应用与飞艇飞行控制,此段为偏角控制...
飞行控制中的PID计算,当前应用与飞艇飞行控制,此段为偏角控制-Flight control of the PID calculation, the current application and airship flight control, control of this paragraph for the declination
- 2022-03-19 07:53:15下载
- 积分:1
-
《单片机仿真入门实用教程》实例(包括源代码)
单片机仿真教程。...
《单片机仿真入门实用教程》实例(包括源代码)
单片机仿真教程。-"PROTEUS Practical Guide Getting Started" examples (including source code)
Proteus-based simulation of single-chip microcomputer.
- 2022-03-17 13:09:42下载
- 积分:1
-
Keil uVision3 example code NOMOD51This file is part of the C51 Compiler package...
Keil uVision3例证代码NOMOD51
This file is part of the C51 Compiler package
Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc.
Version 8.01-Keil uVision3 example code NOMOD51This file is part of the C51 Compiler package Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. Version 8.01
- 2022-05-31 01:26:37下载
- 积分:1
-
一个出学习者的很好的单片机的教程......很实用
一个出学习者的很好的单片机的教程......很实用-The learner a good tutorial SCM. . . . . . Very practical
- 2022-03-29 11:04:12下载
- 积分: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
-
花样任意角度旋转
花样任意角度旋转-Synchronized arbitrary rotation angle
- 2022-05-07 01:34:25下载
- 积分:1