搜索资源列表
FM24C16
- //THIS CODE WAS DESIGNED TO DEMONSTRATE HOW THE FM24C04/FM24C04A SERIAL FRAM COULD //BE INTERFACED TO THE 8051 MICROCONTROLLER. THE INTERFACE USES 2 LINES //FROM PORT 2 (P2.7 AND P2.6) TO COMMUNICATE. //THE CODE SHOWN DEMONSTRATES A RANDOM READ AND
KeyboardPS2_44B0
- 标准PS2键盘源程序(S3C44B0X) ****** 没办法,要得到就先要付出,无奈之下共享此苦心编写的代码,绝对原创!绝对稳定!注:本程序是为uCGUI而编写的,占有44B0的UART1,采用第三套扫描码,最终和uCGUI的接口函数结合,程序有详细的解析。记得当时开发PS2键盘程序时,感觉网上资料太少或者不全,希望能带来帮助!-standard PS2 keyboard source (S3C44B0X) ****** not do. to be paid on the first and
kfs_1_0_1_release
- kfs嵌入式文件系统1.0.1release版 作者:Eagle 来源:http://www.embseek.com 由embseek开发,专门针对小容量的EEPROM和FLASH等存储器,应用于无操作系统的嵌入式系统中。实现了类似于标准文件操作的接口。压缩包内有在pc下使用ram调试的示例代码。 1.0.1release版本更新内容 修改文件系统初始化api,使用开始地址和结束地址作为参数 修正了文件创建api,添加文件打开模式开关 修正文件碎片管
IEEE电脑鼠走迷宫参赛用代码
- IEEE电脑鼠走迷宫参赛用代码,16*16迷宫代码,采用了高速转弯方案,此为第一版,追求速度的调校方案,使用此代码在校级比赛中获得三等奖,使用者可参考本代码进行进一步修改与调整。-IEEE Computer Mouse Maze competition with the code, 16* 16 maze code, the program uses a high-speed cornering, this is the first edition, the pursuit of speed o
YLP2440_Test
- 优龙公司ylp2440开发板的测试源代码,有lcd屏,蜂鸣器,摄像头等功能-Liuzhou ylp2440 excellent company development board test source code, there are lcd screen, buzzer, camera first-class functions
SPCE3200LABCODE_24to28
- 凌阳SPCE3200 系统开发板随机自带源程序。共安排了32个子目录,其中按照SPCE3200实验指导书(上册)中的实验顺序存放了实验程序的源代码,所有项目代码均在S+coreIDE v2.1.2下测试通过。此为第24到第28个试验源代码。试验内容如下: 6.6 实验二十四:TFTP以太网通信实验 SPCE3200教学平台多媒体实验 7.1 实验二十五:MPEG4文件 VIDEO播放实验 7.2 实验二十六:MP3文件播放实验 7.3 实验二十七:MIC 录放音实验 7
maxicode.0.5.tar
- This program with source code to convert ascii text files to the maxicode barcode standard. The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The codes for the
final
- 第四届飞思卡尔杯全国大学生智能汽车竞赛源代码,下进去就可以使用的,呵呵,最终获得全国一等奖-Fourth Freescale Cup National Smart Car University Students race the source code can be used into the next, and Oh, eventually won the national first prize
question2
- Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and
stpckit
- x86架构的STPC的BIOS程序。包括BIOS的第一阶段代码(基本初始化),和第二阶段代码(准备进入操作系统入口环境)。-STPC x86 architecture the BIOS program. The first phase of code, including BIOS (basic initialization), and the second phase of the code (ready to import into the operating system environm
microtouch1v2
- New in 1v2 Updated with the actual files to support the internet demo -) Support for SSD1297 LCDs. These are found in a number of touch LCD players, including the first version of the Sylvania player. They are marked "SSD1297". Define SSD1297
BMP085ExampleCode
- BMP085 Test Code April 7, 2010 by: Jim Lindblom Test code for the BMP085 Barometric Pressure Sensor. We ll first read all the calibration values from the sensor. Then the pressure and temperature readings will be read and calculate
mabiaosheji
- 利用定时器设计一码表,要求时间准确,开始时显示“00”,第一次按下时开始计时,第二次按下时计时停止,第三次按下时清零。-Using Timer to design a code table, requiring exact time, began to display " 00" , the first starting time when pressed, stops the second timer when pressed a third time pressed clea
getdata
- data-logger use the data from pic to store it in SD card memory using the MikroC source code this is the first version which is not guaranteed thnks a lot
microtouch1v2
- ew in 1v2 Updated with the actual files to support the internet demo -) Support for SSD1297 LCDs. These are found in a number of touch LCD players, including the first version of the Sylvania player. They are marked "SSD1297". Define SS
the-first-electronic-music-anycast
- 单片机 多首电子音乐的选播 C语言代码+proteus仿真-C language code of the first electronic music anycast
201204161548
- 嵌入式系统的内核引导启动过程浅析.pdf 摘 要 引导加载程序(Bootloader) 是嵌入式系统CPU 加电后第一个开始运行的代码。在内核映像执行之前完成相关的底层硬件的... -Built-in system of inside pit guide start process shallow Xi.pdf summary guide s adding to carry procedure(Bootloader) is built-in system CPU to add an elec
1602
- 162液晶显示的源代码,以及使用说明和详细的讲解等,配合单片机的使用。-1602 the first wash, and the source code.Practical procedures.
Coded-lock
- 程序功能: 本程序结合了24C02存储器的存储功能,可以掉电保存密码。第一次运行时,若输入000000原始密码后无反应,可以试验着将主程序中前面的一小段被注释线屏蔽的程序前的注释线删掉,然后重新编译下载(可以将密码还原为000000)。此后,再将这小段程序屏蔽掉,再编译下载。方可正常使用。1、开锁:下载程序后,直接按六次S7(即代表数字1),8位LED亮,锁被打开,输入密码时, 六位数码管依次显示小横杠。2、更改密码:只有当开锁(LED亮)后,该功能方可使用。首先按下更改密码键S16,然后设置相
EP1_Bulk
- USB2.0代码 第一次上传 可能有些不对 忘见谅-USB2.0 code first upload may some not forget to forgive