-
基于单片机、nrf24e1发射接受程序,有三个小程序,同时可进行PWM调试。...
基于单片机、nrf24e1发射接受程序,有三个小程序,同时可进行PWM调试。-Three small programs for microcontroller to drive nRF24E1 to transmit and receive. It support PWM debugging.
- 2022-04-22 08:46:01下载
- 积分:1
-
kfs 1.0.1release Embedded File System Version Author : Eagle Source : http://www...
kfs嵌入式文件系统1.0.1release版
作者:Eagle
来源:http://www.embseek.com
由embseek开发,专门针对小容量的EEPROM和FLASH等存储器,应用于无操作系统的嵌入式系统中。实现了类似于标准文件操作的接口。压缩包内有在pc下使用ram调试的示例代码。
1.0.1release版本更新内容
修改文件系统初始化api,使用开始地址和结束地址作为参数
修正了文件创建api,添加文件打开模式开关
修正文件碎片管理功能,现在已经不会出现文件碎片啦!
修正了文件系统当前首地址存放方式.-kfs 1.0.1release Embedded File System Version Author : Eagle Source : http://www.embseek.com by embseek development, specifically aimed at small capacity, such as EEPROM and FLASH memory, No operating system for embedded systems. Achieve similar to the standard file manipulation interface. Compressed within the pc use of the ram debugging code examples. 1.0.1release updated version to modify the file system initialization api. use starting address and ending address as a parameter that the file creation api. Add open mode switch that debris document management functions, it is now no document debris! That the first file system addresses the current storage methods.
- 2022-09-19 19:00:03下载
- 积分:1
-
jet sent SMS platform, LCM revealed sending and receiving numbers indicate the s...
座机短信发送平台,LCM显示发送和接受号码显示源程序。功能处理函数-jet sent SMS platform, LCM revealed sending and receiving numbers indicate the source. Function Functions
- 2022-07-17 21:58:42下载
- 积分:1
-
AT89S52
基于AT89S52单片机的时钟温度显示程序,并显示于液晶,包含各芯片驱动程序-AT89S52-based single-chip clock temperature display program, and displayed on the LCD, including the driver chip
- 2022-03-20 23:13:58下载
- 积分:1
-
移植的ARM9,S3C2410版本的jm86,开发环境是ADS,优化的不多,可以跑,QCIF的效果还OK...
移植的ARM9,S3C2410版本的jm86,开发环境是ADS,优化的不多,可以跑,QCIF的效果还OK-Transplantation ARM9, S3C2410 version of jm86, development environment is the ADS, optimized for small, can run, QCIF effect is also OK
- 2022-05-20 13:31:36下载
- 积分:1
-
如何在嵌入式LINUX中增加自己的设备驱动程序
如何在嵌入式LINUX中增加自己的设备驱动程序-in Embedded Linux increased its own device driver
- 2023-03-15 14:35:04下载
- 积分:1
-
嵌入式C编程与Atmel AVR
美 Richard Barnett等著
清华 周俊杰 等译...
嵌入式C编程与Atmel AVR
美 Richard Barnett等著
清华 周俊杰 等译-Embedded C Programming and Atmel AVR waiting for the United States and Richard Barnett Qinghua Zhou Junjie, et al
- 2022-03-15 09:39:25下载
- 积分:1
-
using Matlab to achieve Kalman filter can be used for such a satellite navigatio...
用Matlab来实现Kalman滤波器,此种可用于卫星导航系统,还可用于其它对踊跃比较严格的场合-using Matlab to achieve Kalman filter can be used for such a satellite navigation system can be used for other more enthusiastic strict occasions! !
- 2023-04-11 16:40:03下载
- 积分:1
-
用plc实现了三项异步电机的控制 工业控制中很实用
用plc实现了三项异步电机的控制 工业控制中很实用-Plc implementation with three induction motor control is very useful in industrial control
- 2022-04-07 04:32:31下载
- 积分:1
-
中国时码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