-
基于MEGA8单片机的AVR单片机STK500编程器源代码(GCC编译器),改软件完全实现ATMEL STK500协议...
基于MEGA8单片机的AVR单片机STK500编程器源代码(GCC编译器),改软件完全实现ATMEL STK500协议-based MEGA8 SCM STK500 AVR Programmer for the source code (GCC compiler ), completely changed the software to achieve agreement ATMEL STK500
- 2022-05-04 22:22:08下载
- 积分:1
-
So with the DDS
所以与DDS有关的中文资料及调试心得,打包下载-So with the DDS-related information and debug the Chinese experience, packing Download
- 2022-03-05 00:18:40下载
- 积分:1
-
AVR guidance procedures. Chip45boot s
AVR的引导程序。
chip45boot s-record bootloader.-AVR guidance procedures. Chip45boot s-record Bootloader.
- 2022-03-20 01:28:29下载
- 积分:1
-
能准确测量输入频率,配备相应的C语言程序。
能准确测量输入频率,配备相应的C语言程序。-An accurate measure of input frequency, with the corresponding C language procedure.
- 2022-03-12 21:05:52下载
- 积分:1
-
pic单片机与PC机的485通信程序,实现了232转485的功能
pic单片机与PC机的485通信程序,实现了232转485的功能-pic Microcontroller and PC-485 communication procedures, to achieve a 232 to 485 function
- 2023-05-28 08:50:03下载
- 积分:1
-
8051单片机上4*4矩阵键盘的扫描方式5
8051单片机上4*4矩阵键盘的扫描方式5-none
- 2022-02-14 03:56:32下载
- 积分:1
-
单片机编程的bcd码和hex码的互换,BCD2HEX
例子:
c=BCD2HEX(0x255) //255 转成HEX为0xff
c=HE...
单片机编程的bcd码和hex码的互换,BCD2HEX
例子:
c=BCD2HEX(0x255) //255 转成HEX为0xff
c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255)// 255 to HEX conversion c = 0xff HEX2BCD (0xff)// 0xff conversion of 255 BCD
- 2023-02-28 18:45:03下载
- 积分:1
-
24C02的读写操作,用汇编语言完成,在开发板上运行正常
24C02的读写操作,用汇编语言完成,在开发板上运行正常-24C02
- 2022-06-17 12:26:49下载
- 积分:1
-
Singlechip in spi can be used to prepare the data manual.
单片机在spi编写的可以用到的数据手册。-Singlechip in spi can be used to prepare the data manual.
- 2022-02-07 00:52:30下载
- 积分:1
-
这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制...
这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID process, as in the use of SCM control cpu, please slightly simplified, specific PID parameters to be specific targets identified by experiments. As SCM processing speed and ram resource constraints, generally do not use floating-point operations, and will use all the parameters of all integers, and the final calculations to divide one of the Nth 2 data (the equivalent displacement), will count for a similar operation, it will greatly increase the computing speed, control Accuracy of different requirements and high precision, displacement caused reservations to the attention of the "I", which I do several compensation. This procedure is commonly used algorithm pid the basic structure does not include input and output processing.
- 2022-03-19 08:10:44下载
- 积分:1