-
ucfs文件系统源代码
ucfs文件系统源代码,可以与ucos系统结合使用。包括fat格式。
目录结构包括:api;clib;config;device;fsl;lbl;os;sample及手册。
内容很全面。在单片机系统上很有用。希望大家注意。
下面是介绍:
µC/FSis written in ANSI C and can be used on virtually any CPU. Some
features of µC/FSare:
· MS-DOS/MS-Windows compatible FAT12 and FAT16 support.
· Multiple device driver support. You can use different device drivers with
µC/FS, which allows you to access different types of hardware with the file
system
- 2022-03-24 01:28:42下载
- 积分:1
-
周立功DP_51S开发板下的时钟读写,并把读到的内容发到串口上的程序...
周立功DP_51S开发板下的时钟读写,并把读到的内容发到串口上的程序-weeks meritorious DP_51S development board under the clock read and write, and read the contents of the serial port procedures
- 2022-12-13 20:45:03下载
- 积分:1
-
S3C2410 JTAG programming and the availability of
S3C2410 jtag编程和可用的-S3C2410 JTAG programming and the availability of
- 2022-11-13 19:20:03下载
- 积分:1
-
印制电路板(PCB)及PowerPCB简介.doc
印制电路板(PCB)及PowerPCB简介.doc -Printed circuit board (PCB) and PowerPCB profile. Doc
- 2022-04-29 11:12:53下载
- 积分:1
-
threadx操作系统源代码之
threadx操作系统源代码之-threadx operating system"s source code 222222222222222222222 222 222 222 2
- 2022-06-13 16:16:29下载
- 积分:1
-
用比较器实现AD转换,并测量热敏电阻来实现温度的测量并显示...
用比较器实现AD转换,并测量热敏电阻来实现温度的测量并显示-Comparators used to achieve AD conversion, and measurement of thermal resistance to achieve the temperature measurement and display
- 2023-06-27 21:30:04下载
- 积分:1
-
Msp430 单片机的温度
读取温度的 msp430 单片机 ADC 的帮助。仪器: MSP 430 发射台软件: IAR 嵌入式的工作台。一份样品进行内部 1.5 v A10with 参考 Vref。软件设置 ADC10SC 开始样品 andconversion-ADC10SC 会自动清除在平等机会委员会。ADC10 内部振荡器/4 次样本 (64 x) 和转换。在主循环中 MSP430 等待 LPM0 保存 poweruntil ADC10 转换完成,ADC10_ISR 将迫使 reti 从任何 LPMx 通过循环退出。温度在摄氏存储在 IntDegC,华氏 inIntDegF。非标定温度测量从一个设备到另一个设备,将 varywith 边坡和偏移量-请参阅数据表。ACLK = n/a,是板上 = SMCLK = 默认 DCO ~1.2MHz,ADC10CLK = ADC10OSC/4
- 2022-12-26 23:05:03下载
- 积分:1
-
基于opencv手势识别的智能机器人代码
void track_hand()
{
image = cvCreateImage( sz, 8, 3 );
hsv = cvCreateImage( sz, 8, 3 );
hue = cvCreateImage( sz, 8, 1 );
mask = cvCreateImage( sz, 8, 1 );
//分配掩膜图像空间
backproject = cvCreateImage( sz, 8, 1 );
//分配反向投影图空间,大小一样,单通道
- 2022-01-21 17:27:04下载
- 积分:1
-
RDA5800芯片代码,RDA5800 是由锐迪科微电子推出的新一代立体调频收音机芯片...
RDA5800芯片代码,RDA5800 是由锐迪科微电子推出的新一代立体调频收音机芯片-RDA5800 chip code, RDA5800 RDA Microelectronics by the introduction of a new generation of stereo FM radio chip
- 2022-03-02 01:54:50下载
- 积分:1
-
lcp2106 enc28j60driver
这是基于lpc2106的enc28j60的驱动源码,经检测可用于lwip协议栈,基于spi接口的enc28j60是一个以太网控制器,广泛用于以太网通信。
- 2022-01-21 02:41:50下载
- 积分:1