-
lcm显示功能,用于单片机与嵌入式应用系统。可自由显示图形和文本。...
lcm显示功能,用于单片机与嵌入式应用系统。可自由显示图形和文本。-LCM display function for the single-chip and embedded applications. Be free to display graphics and text.
- 2023-02-10 06:15:03下载
- 积分:1
-
Device pins that are not connected to a specific peripheral function are control...
Device pins that are not connected to a specific peripheral function are controlled by the
GPIO registers. Pins may be dynamically configured as inputs or outputs. Separate
registers allow setting or clearing any number of outputs simu
中文-Device pins that are not connected to a specific peripheral function are controlled by theGPIO registers. Pins may be dynamically configured as inputs or outputs. Separateregisters allow setting or clearing any number of outputs simu Chinese
- 2022-07-19 08:58:59下载
- 积分:1
-
陵阳单片机的语音编程的一个例子程序
陵阳单片机的语音编程的一个例子程序-Lingyang SCM voice an example of the programming process
- 2022-06-15 11:05:05下载
- 积分:1
-
单片机做的图片菜单显示,学单片机的好资料,proteus仿真通过,学习的好资料...
单片机做的图片菜单显示,学单片机的好资料,proteus仿真通过,学习的好资料-The single-chip picture menu shows that learning good information on SCM, proteus simulation adoption, learn good information ...
- 2022-02-03 07:19:17下载
- 积分:1
-
DS1302+DS18B20+无线遥控应用程序
DS1302+DS18B20+无线遥控应用程序-DS1302+ DS18B20+ wireless remote control applications
- 2022-04-01 22:53:55下载
- 积分:1
-
uip源代码(for 8/16位单片机)
uip源代码(for 8/16位单片机)-East source code (for 8/16-bit microcontroller)
- 2022-04-28 23:32:32下载
- 积分:1
-
2.4g 2m bit
凌阳-24l01 驱动程序 无线2.4g 2m bit-2.4g 2m bit
- 2022-06-14 11:28:47下载
- 积分:1
-
模拟串口实现代码,
Baud: 9600Bps ,
Format: 1,8,1,无校验位,
MCU:M88 ,
CRYSTAL:3.6864...
模拟串口实现代码,
Baud: 9600Bps ,
Format: 1,8,1,无校验位,
MCU:M88 ,
CRYSTAL:3.6864M ,
ICC AVR6.31A ,
占用定时器T0(工作在查询方式) ,在项目中使用,收发一切正常.-Simulation of serial code, Baud: 9600Bps, Format: 1,8,1, no parity bit, MCU: M88, CRYSTAL: 3.6864M, ICC AVR6.31A, occupation timer T0 (in query mode), in the project use, send and receive all normal.
- 2023-03-18 23:30:03下载
- 积分:1
-
这是用来读写dallas12c887模块程序,
这是用来读写DALLAS12C887的程序模块,-This is the procedure used to read and write DALLAS12C887 modules,
- 2022-12-08 13:25:03下载
- 积分:1
-
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和...
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,
而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可
大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余
数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
- 2022-04-07 10:43:08下载
- 积分:1