-
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和...
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,
而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可
大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余
数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
- 2022-04-07 10:43:08下载
- 积分:1
-
pic microcontroller principle, want to learn PIC microcontroller
pic单片机原理,对于想学习PIC型单片机的同仁是很好的教材,PIC单片机是用途最广这单晶片之一,本教程以PIC16开头的8位单片机为例详细阐述其原理的。-pic microcontroller principle, want to learn PIC microcontroller-based colleagues is a very good teaching, PIC is the most extensive use of this single-chip, the Guide to PIC16 beginning of the 8-bit microcontroller for example detail its principles.
- 2022-03-14 08:04:20下载
- 积分:1
-
该文件是采用通用IO口模拟I2C存储器通讯的,24LC256是低电压I2CEEPROM....
该文件是采用通用IO口模拟I2C存储器通讯的,24LC256是低电压I2CEEPROM.-this document is to adopt a common IO memory simulation I2C communications, 24LC256 is low voltage I2CEEPROM.
- 2022-02-20 16:35:17下载
- 积分:1
-
8051串口通信的单片机程序,使用C语言和VB语言.
8051串口通信的单片机程序,使用C语言和VB语言.-8051 single-chip serial communications, the use of C language and VB language.
- 2023-04-03 07:15:03下载
- 积分:1
-
单片机课程设计的LCD显示,附带有程序,仿真图,以及原理。...
单片机课程设计的LCD显示,附带有程序,仿真图,以及原理。-LCD display, there are procedures, simulation plans, as well as the principle of
- 2022-01-28 05:19:52下载
- 积分:1
-
实现了汽车开发领域的can总线pc端的监控程序,本源代码内容完整,可以开发使用或者作为参考案例!...
实现了汽车开发领域的can总线pc端的监控程序,本源代码内容完整,可以开发使用或者作为参考案例!-Realize the field of automotive development can bus pc client monitoring procedures, content source code integrity, and can be developed or used as a reference case!
- 2022-11-03 03:40:03下载
- 积分:1
-
LPC915 I2C module configuration from the plane at the interface can be directly...
LPC915的I2C模块配置为从机时的接口程序
可直接添加到工程里使用-LPC915 I2C module configuration from the plane at the interface can be directly added to the used in the project
- 2022-06-02 22:38:24下载
- 积分:1
-
LCD1602液晶驱动 单片机为AT98S52
LCD1602液晶驱动 单片机为AT98S52-Single-chip LCD driver LCD1602 for AT98S52
- 2023-02-24 01:00:03下载
- 积分:1
-
请将下载的2个插件内容拷贝到uVision 的安装目录下的 KeilC51BIN 中
2. 修改 Tool.ini, 此文件位于 uVision 的...
请将下载的2个插件内容拷贝到uVision 的安装目录下的 KeilC51BIN 中
2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 keil 下.
请将下面的内容 添加到 [C51] 部分的后面.
AGSI1=ledkey.dll ("ledkey")
AGSI2=simboard.dll ("simboard")
3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项
分别是键盘LED仿真板,51实验仿真板。-Please download the contents of two plug-ins are copied to the installation directory uVision under KeilC51BIN 2. Modify Tool.ini, this file is located in the installation directory uVision under keil. Please Add the following line to [C51] part of the back. AGSI1 = ledkey.dll (ledkey) AGSI2 = simboard.dll (simboard) 3. Reset uVsion. entered the Debug mode, open the menu Peripheral, found an increase of 2 are keyboard LED emulation board, emulation board 51 experiments.
- 2022-07-16 18:54:59下载
- 积分:1
-
SPC3 PROGRAMS
SP C3 PROGRAMS
SPC3 PROGRAMS
SP C3 PROGRAMS
- 2022-01-26 00:51:40下载
- 积分:1