搜索资源列表
TouchScreen_Test
- touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─ lcd.h LCD定义头文件 ├─ Call_int.s 中断处理文件 ├─ tp.c 触摸屏控制函数源文件 └─ tp.h 触摸屏控制定义头文件-touchsceen_test East main.c C-language source East Main-Asc
IIC_Test
- iic_test ├─ main.c C语言主源文件 ├─ iic.c IIC总线操作和24C040擦写函数源文件 └─ iic.h IIC总线操作和24C040写定义头文件-iic_test East main.c C-language source East Main-iic.c IIC bus operation and 24C040 erase function source supply-iic.h IIC bus operation and 24C040 writ
watchdog实验
- 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s - --- interrupted initialization, memory, stack, system initializ
IICMaster
- 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的
ZGL7289a
- zlg7289a驱动程序 包括头文件和主文件 汇编和C语言齐全-zlg7289a including header files and the main document compilation and complete C language
EBOOT
- 平台PXA270, Mobile6.0 这是270的mobile6.0的bootloader,有需要的朋友可以参考下!main.c是主文件,nandfls.cpp,norfls.cpp是flash驱动!
2410AD
- 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化 文件说明: ad_test.c:开发板初始化文件 ad.c :ad测试主文件-2410 ADS development board in the A/D converter testing procedures. Running steps : one open document ad.mcp two proj
LED
- LED显示主文件,其中的显示函数自己编,需msp430打开-LED shows that the main document, in which the display function own take MSP430 open
UDiskDemo
- 文件及文件夹说明 =============================================================================================== \arm\ uC/OS-II移植代码 \SOURCE\ uC/OS-II源码保存在该文件夹 \HostMassLib\ HostMassLib驱动库相关文件存放的文件夹 \HostMassLib\读写U盘模块驱动使用手册.pdf 驱动库使用手
ZLG_CF_device
- IDE.C,ZLG/GF驱动主文件;IDE.H,ZLG/GF主文件相关头文件;SYSATA.C,ZLG/CF驱动的接口文件 SYSATA.C,ZLG/CF驱动的接口文件的头文件。-IDE.C, ZLG/GF drive the main document IDE.H, ZLG/GF header files related to the main document SYSATA.C, ZLG/CF-driven interface file SYSATA.C, ZLG/CF-driven
ZX831B6
- 中兴831主文件,适用中兴adsl831,版本z6.5.要用烧录器来操作,不是升级文件。解压密码是shij-ZTE 831 master file, for ZTE adsl831, release z6.5. Use the burner to operate, not update. Decompression password is shijll
ucos
- 嵌入式操作系统uc/os11的主文件,可移植性强-嵌入式操作系统us/os11的主文件,可移植性强
main
- C8051F020主文件,负责分别任务,每个任务进来先压栈,然后根据优先级,一个个任务顺序执行。-This file is the main control file.it takes responsability for task distribution.SysHoure,SysMinite,SysSecond,SysMinisecond,SysMiniSecHalf,SysMiniSecTemp
P89COM3
- 单片机编程c语言代码,都是原创的,而且带头文件和主文件。-Microcontroller programming c language code, are original, and take the lead in the file and the main document.
DAC908
- dac908 dac芯片编程,适用于c8051单片机编程,包括其中头文件和主文件-dac908 dac chip programming, microcontroller programming for c8051, including the header files and the master file
PCA_buzhuo
- pca扑捉阵列,适用于c8051系列单片机。包括美其中头文件和主文件。大家可以下来看看。十分有用-pca capture array, for c8051 series of microcontrollers. Including the United States and which header files and main files. We can look down. Very useful
ms12864r
- c8051f120单片机编程,液晶显示程序,包括其中主文件,可以修改成自己需要显示的文字-c8051f120 microcontroller programming, LCD display program, including the master file, you can modify the text to be displayed into their own
AVR_5110_std
- AVR ATmega16单片机可用的5110液晶驱动程序,包括了发送字符、数字、字符串等函数。主文件中include该文件即可使用-AVR ATmega16 microcontroller available 5110 LCD drivers, including the sending of characters, numbers, strings, and other functions. Master file include the file can be used
Win_SOME
- 这是一个有关EtherCAT的软件库 包含如何收发数据 配置从站以及相关的文件代码(This is a software library about EtherCAT that contains how to send and receive data configuration from the station and the related file code)
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。