-
YAFFS和YASFF2文件系统的源代码。
YAFFS和YASFF2文件系统的源代码。--Source code for YAFFS and YASFF2 file system.
- 2022-03-14 12:02:01下载
- 积分:1
-
intel的一个高效率FLASH文件系统。思路很好,支持断电修复和FLASH的平均使用。不过代码如果移植会有些问题。...
intel的一个高效率FLASH文件系统。思路很好,支持断电修复和FLASH的平均使用。不过代码如果移植会有些问题。-a high efficiency Flash File System. Good ideas, support and repair power outages FLASH the average. But if the code will transplant some of the problems.
- 2022-02-04 21:26:05下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
电子定时器
在C51单片机上编写实现的电子定时器,能够实现定时功能-electronic timer
- 2022-01-30 19:05:00下载
- 积分:1
-
μC/OS-Ⅱ实时嵌入式操作系统源代码
μC/OS-Ⅱ实时嵌入式操作系统源代码-source program of uC/OS-|| real-time embeded operating system
- 2022-06-01 02:46:39下载
- 积分:1
-
AVR编程C原代码
AVR编程C原代码-C source code
- 2022-01-31 10:28:05下载
- 积分:1
-
C语言显示汉字
C语言显示汉字-C language characters
- 2023-06-29 10:25:03下载
- 积分:1
-
三片CD4094级联驱动LED,Proteus 仿真实现
三片CD4094级联驱动LED,Proteus 仿真实现-3 CD4094 cascade-driven LED, Proteus Simulation
- 2022-05-29 01:36:10下载
- 积分:1
-
ARM嵌入式系统应用技术笔记
ARM嵌入式系统应用技术笔记-基于LPC2300,
原书扫描版
一共2部分,上下册,这是上册,太大了,希望需要的,耐心下载-ARM Embedded System Application Technology Notes- based on the LPC2300, the original version of the book scanning a total of 2 parts, upper and lower register, which is on the books, too, hope need patience to download
- 2022-01-30 17:52:51下载
- 积分:1
-
mega8 mcu ,iccavr ,c program ,int0 int1 ,ADC ,uart,i/o
mega8 mcu ,iccavr ,c program ,int0 int1 ,ADC ,uart,i/o
- 2022-05-27 06:52:17下载
- 积分:1