-
中国时码BPC解码(单片机程序源码)
//单片机为89C52RC,时钟接收模块为淘宝买的15元的中国时码模块,下面代码可以解析出具体时间#include #include //************************************定义接收管脚*********************************************sbit ReceiveBit=P3^7;sbit test2=P3^6;unsigned int bdata BPCIndex; //BPC数据的下标0~49unsigned int bdata BitIndex; //BPCIndex数据中的位的索引0~7unsigned int BPCCode[50]; //存储2个BPC周期(20*2S)的值(20*10*2/8=50)
- 2023-06-04 03:55:03下载
- 积分:1
-
At this procedure in the IAR Embedded Workbench can not compile, pointing to ask...
此程序在IAR Embedded Workbench 中,不能编译,请教大家指点。-At this procedure in the IAR Embedded Workbench can not compile, pointing to ask everyone.
- 2023-05-12 13:30:03下载
- 积分:1
-
8051 定时器中断
使用 8051 定时器作为中断,在嵌入式 C.中编写代码此示例程序演示如何配置定时器/计数器 0 作为一个 16 位定时器。调用中断服务例程 (ISR) 每一次定时器溢出 (0xFFFF 去 0x0000)。在 ISR 中,overflow_countvariable 的增量。若要测试此程序......启动调试器。在 ISR 中的 overflow_count + + 行上设置断点运行该程序。每次调用时中断例程,调试器停止运行该程序。将光标定位在要查看其当前值的 theoverflow_count 变量。
- 2023-04-02 13:55:04下载
- 积分:1
-
《Java嵌入式开发讲座》,内有共三篇Java嵌入式开发技术文章(一、二、三),转自:JAVA中文站...
《Java嵌入式开发讲座》,内有共三篇Java嵌入式开发技术文章(一、二、三),转自:JAVA中文站-"Java embedded development seminars," in a total of three embedded Java technology development article (1, 2, 3), decanted from : JAVA Chinese station
- 2022-03-31 03:01:01下载
- 积分:1
-
是一个基于AT91RM9200的Linux文件系统二进制代码,与刚才的内核代码一起使用!...
是一个基于AT91RM9200的Linux文件系统二进制代码,与刚才的内核代码一起使用!-is one based on the AT91RM9200 Linux file system binary code, and just the kernel code used together!
- 2023-06-06 22:20:04下载
- 积分:1
-
pid学习资料代码
pid学习资料代码-the code of study information of PID
- 2022-02-27 05:50:39下载
- 积分:1
-
主控芯片RS300A 的GTG602模块 FM调频发射源程序
主控芯片RS300A 的GTG602模块 FM调频发射源程序-Master chip RS300A the GTG602 FM transmitter module FM source
- 2022-08-08 03:43:40下载
- 积分:1
-
IEC61850协议相关软件源代码,针对XML的处理。完整的源代码奥
资源描述IEC61850协议相关软件源代码,针对XML的处理。完整的源代码奥
- 2022-04-17 08:54:36下载
- 积分:1
-
how to use si labs microcontroller SMBus interface
how to use si labs microcontroller SMBus interface
- 2022-09-25 15:55:02下载
- 积分:1
-
基于ATMEGA16的步进电机的驱动程序,
基于ATMEGA16的步进电机的驱动程序,-Based on ATmega16 of stepper motor drivers,
- 2022-05-15 04:57:22下载
- 积分:1