资源列表
pid
- 这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
ST7066
- 基于IC ST7066液晶驱动显示程序,采取汇编编写,显示的字符为16×2
MSP430x54x_uscia0_spi_09
- msp430f5438单片机spi接口程序-msp430f5438 MCU spi interface program
chuan-xing-
- 用keil编写的具有串行通信功能的电子钟,能够显示时、分、秒,并且具有秒表计时功能以及暂停功能。-Written by keil serial communication with the electronic clock that displays hours, minutes, seconds, and has a stopwatch function, and pause function.
Optical_ADCaEPWM
- 28335 AD转程序&EPWM控制程序 -28335 ADC&EPWM
ADC
- 单片机STC的ADC底层代码,在单片机上可以运行的代码-Microcontroller the STC' s ADC underlying code, the code can run on a single-chip
MSP430f149-AD
- 通过MSP430实现电脑用USB控制AD采样-By MSP430 realize computer with a USB control AD sampling
MSP430-RS232
- 基于PC与单片机间的RS232通信,实现信息的交互,其中,PC为主机,通过RS232电缆多头与从机MSP430连接,即一台PC机可访问各台从机,对每台从机的访问是通过对从机设置不同的地址来实现的,每台从机处于监听状态,程序上来说就是每台从机在此时只接受地址信息,并与自己的地址进行匹配,如果匹配一致,则此时这台从机程序设计时便可识别数据信息,此时PC主机便可通过传输特殊命令数据实现对单片机“发号施令”,是MSP430单片机执行主机想让做的事,这便是基于PC机的多机通信来实现实践中某些控制的基础。-
DPJ
- 8051的单片机系统开发,增加地址寻址,计算等功能-8051 microcontroller system development, increasing addressing, calculation functions
three-wire-serial-port
- 用C语言写的通过普通IO口模拟三线串口的程序。-A program written in C language to create a three-wire serial port using ordinary analog I/O ports.
Text1
- 数码管显示温度,液晶显示屏显示时间。温度精确最小到度。-Digital display of temperature, the LCD display shows the time. The smallest to the degree of temperature accuracy.
MAX6629-mega128-drivers
- ATmega128 控制MAX6629 温度传感器的程序。定义好控制端口后,直接调用程序即可返回采样的温度值。-MAX6629 temperature sensor control program with atmega128. After defined control port, direct the caller can return sample temperature.
