搜索资源列表
ARM9(s3c2410)USB_mouse
- 三星ARM9 s3c2410 usb device开发 ,实现HID鼠标功能 USB_device_lib.c: usb设备库函数 USB_device_config.c usb设备鼠标配置,配置描述符,接口描述符,类描述等,接USB控制传输。 USB_device.c usb设备鼠标主代码 。-Samsung ARM9 s3c2410 usb device development, HID achieve USB_device_lib.c mouse functions : us
Demo_ST44B0X
- 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
CodeVisionAVRCFunction
- CodeVision AVR C 库函数。CodeVision是一个很好用的avr的c开发环境,希望你喜欢。
FullCANfunction
- zlg can总线配置函数c文件,实际调试ok
dds_drive.h
- 在NIOS中生成dds的.h文件,配合相应的.c文件,生成dds,由于要尽量使软件符合软件工程要求,故在main函数中仅需调用.c,在头文件中添加.h
UART
- LPC2103串口软件包,可以通过PC机显示出来。里面已经包含了所有串口常用函数。直接以C文件调用即可
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
UART_Program
- 串口中断服务函数集,使用十分方便 51单片机串口调试程序(C语言)-Serial port interrupt service function is set, 51 MCU serial port is very convenient to use the debugger (C language)
GPIO_KeyInterrupt
- 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
main
- Am2303的c语言操作程序,包括主函数,以及操作函数-The am2303 c language operating procedures, including the main function, and operating functions
menupro
- //一个简单却实用的菜单程序 //如果编写简单的程序的话这个菜单函数就可以不用看了,但是当你编写到复杂的程序的时候就可能就会为人机界面和各个函数直接的连接而烦恼了,这个菜单函数就是用来解决这个问题,虽然没有UCGUI厉害,但是我觉得代码在2000行一下的话用起来还是不错的选择的.虽说简单但是用到了结构体大部分的知识了,希望c语言不太好的朋友自己补习一下好了. -//A simple but useful menu program// if a simple procedure to pr
fifo
- 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
C-Lib_ban_shu_ji
- 凌阳基本模块普及,其中有大量说明和部分配套程序解释、例程 C-Lib中的函数集-Sunplus universal basic modules, including a large number of instructions and to explain some of the matching procedures, routines in the C-Lib set of functions
read_12887
- 时钟芯片DS12887A的读取函数,c语言编写,51总线方式。-Clock chip DS12887A read function, c language, 51-bus mode.
FriendzCRCprogram
- (原创) Friendz 自己编制的CRC程序,比较容易理解。 可更改后变为自己的G(x)函数。-Friendz s CRC source code for embedded enviroment. Using C.
Small_c_function
- small_c 超级小巧的c语言的库函数源代码。对内存需求极少的空间的嵌入式产品开发非常有帮助。 -small_c super compact c language source code library functions. Very little space on the memory requirements for embedded product development is very helpful.
embededC
- 讲述了嵌入式编程的流程及规范,嵌入式处理器的寻址定时中断等,嵌入式C中的数据类型,修饰符,控制表达式,函数库,混合编程等-Describes the process and the norms embedded programming, embedded processors addressing timer interrupt, etc., embedded C, data type, modifier, control the expression, function libraries,
C-Commonly-used-functions
- 这是一个非常实用的文档,帮助c和c++语言学习爱好开发者记忆的文档,里面包含了c和c++的绝大部分函数语句,里面各个函数语句的讲解也非常的到位,希望它可以帮助更多的爱好开发者-This is a very useful document to help c and c++ language learning hobby developers memory document, which contains a c and c++, most of the function statement in
PMW-C
- PMW是梯形图编程工具开发的代码,这个程序把PMW代码转成C函数,可用于梯形图编程逻辑转成用于单片机的编程逻辑-Make PMW code into a c function, can be used for development PLC.
PIC-microcontroller-C--library
- PIC单片机的C语言应用下的函数库,方便程序调用和后期开发。-PIC microcontroller C language application of the library to facilitate the procedure call and post development.