-
CPU卡读写,符合7816标准。经测试完全可以使用。
CPU卡读写,符合7816标准。经测试完全可以使用。-CPU card reader, in line with the 7816 standards. Been tested and can be used.
- 2022-02-02 10:41:41下载
- 积分:1
-
单
单片机双机通讯讯,帮助初寻者理解双机通讯原理-Single-chip dual-machine communication inquiry, to help find those who understand the beginning of two-machine communication principle
- 2023-06-13 04:00:03下载
- 积分:1
-
这是用asm编写的IOA口使用程序,是用16位的凌阳单片机汇编
这是用asm编写的IOA口使用程序,是用16位的凌阳单片机汇编-This is asm2 prepared by the IOA I use the program is the use of Sunplus 16 MCU Series
- 2022-01-26 02:05:16下载
- 积分:1
-
串口扩展LED时钟子程序,不含时间设定,可直接嵌入串口LED显示系统中...
串口扩展LED时钟子程序,不含时间设定,可直接嵌入串口LED显示系统中-Serial LED clock subroutine expansion, excluding the time settings, can be directly embedded in the serial LED display system
- 2022-02-15 07:30:05下载
- 积分:1
-
M-System DiskOnChip datasheet
- 2022-02-10 12:05:10下载
- 积分:1
-
用C实现数字电压电流表:1、由外部输入直流电压电流,电压范围20V,电流范围1A;
2、电压/电流通过开关切换;
3、显示:数码管显示电压值/电流值,精...
用C实现数字电压电流表:1、由外部输入直流电压电流,电压范围20V,电流范围1A;
2、电压/电流通过开关切换;
3、显示:数码管显示电压值/电流值,精度0.01。
-Implementation using digital voltage ammeter C: 1, by the external input DC voltage and current, voltage range of 20V, the current scope of 1A 2, voltage/current through the switch 3, Display: Digital display voltage/current value, the accuracy of 0.01.
- 2022-01-27 18:42:39下载
- 积分:1
-
C8051F040单片机CAN总线接收和发射程序,简单明了
C8051F040单片机CAN总线接收和发射程序,简单明了-C8051F040 single-chip CAN-bus to receive and launch procedures, simple
- 2023-07-14 03:55:03下载
- 积分:1
-
the communication through PC serial, between PC and SCM, or two SCM
pc机串口通信,可以实现计算机与单片机,或者是两个单片机之间的通信-the communication through PC serial, between PC and SCM, or two SCM
- 2022-06-01 18:07:53下载
- 积分:1
-
C:CypressUSBExamplesFX2重要的实验程序cypress官方提供bulkloop
C:CypressUSBExamplesFX2重要的实验程序cypress官方提供bulkloop-C: CypressUSBExamplesFX2 important experimental procedures cypress official bulkloop
- 2023-08-31 16:30:03下载
- 积分:1
-
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和...
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,
而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可
大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余
数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
- 2022-04-07 10:43:08下载
- 积分:1