CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 调用函数

搜索资源列表

  1. TC通讯子程序

    0下载:
  2. TurboComm串口通信库(*.h+*.lib),内有函数参考文档及函数调用示例。-TurboComm Serial communication library (*. h *. lib), a function within the reference documents and function call examples.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:19491
    • 提供者:黄亮
  1. 中泰8360采集卡例程

    1下载:
  2. 中泰公司8360采集卡驱动程序,包括labview调用dll函数的驱动程序-8360 acquisition card drivers, including dll function call LabVIEW drivers
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:ygz
  1. key

    0下载:
  2. 矩阵键盘驱动程序, unsigned char key(void) 只要调用这个函数即可实现
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:901
    • 提供者:lzshbobos
  1. HD7279

    0下载:
  2. hd7279驱动程序,只要调用外部函数即可实现对数码管的控制
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1474
    • 提供者:lzshbobos
  1. LCD1602CG

    0下载:
  2. lcd1602液晶驱动程序,只要调用外部函数就可以轻松控制显示
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2145
    • 提供者:lzshbobos
  1. dds_drive.h

    0下载:
  2. 在NIOS中生成dds的.h文件,配合相应的.c文件,生成dds,由于要尽量使软件符合软件工程要求,故在main函数中仅需调用.c,在头文件中添加.h
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2816
    • 提供者:白天
  1. UART

    1下载:
  2. LPC2103串口软件包,可以通过PC机显示出来。里面已经包含了所有串口常用函数。直接以C文件调用即可
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:154719
    • 提供者:王小铃
  1. I2C

    0下载:
  2. ARM7核LPC2103I2C软件包,里面包含了所有的函数,直接调用即可
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:123904
    • 提供者:王小铃
  1. 单片机

    0下载:
  2. 函数名:16个阵列式键盘驱动程序 调 用:? = Key (); 参 数:无 返回值:unsigned char 键值0~16 结 果:有键按下时返回值为键值1~16,无键按下时返回值为0 备 注:在主函数中不断调用
  3. 所属分类:其他嵌入式/单片机内容

  1. emc

    1下载:
  2. 义隆8位单片机汇编程序集...集合最常使用的子函数...直接调用-Elan 8-bit microcontroller assembler sets ... collection of the most commonly used subfunction ... directly call ....
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-12-28
    • 文件大小:54813
    • 提供者:谢建华
  1. CC2430-Awake

    0下载:
  2. CC2430系统唤醒实验源码。唤醒时间为:10秒.可调用函数设置唤醒时间. 实验现象是:RLED灯闪5次进入睡眠,10s后被唤醒.闪10又进下睡眠。-CC2430 System wake
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:29683
    • 提供者:
  1. I2C(EEPROM)

    1下载:
  2. 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-11-26
    • 文件大小:4494
    • 提供者:马海峰
  1. fifo

    0下载:
  2. 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:542
    • 提供者:康康
  1. lcd

    0下载:
  2. 这是一个128*64带字库的显示程序,程序只须简单的调用一个显示位置选择函数和一个显示字符串函数就能非常容易的显示汉字。-This is a font 128* 64 with the display program, the program calls a simple choice of the location of a display function and a display string function can be very easy to display Chinese ch
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:953
    • 提供者:康康
  1. 1

    0下载:
  2. 调用了库函数,用原代的指令设计流水灯程序,简单易懂-Call a library function, using the original instructions on behalf of the design procedures for water lights, easy-to-read
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:Viola
  1. 1602

    0下载:
  2. LCD1602的控制,读写调用函数等-LCD1602 control
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1903
    • 提供者:niming
  1. RF905

    0下载:
  2. MSP430F149 RF905 接收和发送模块。只要在.C中调用函数选择接收和发送就好。-MSP430F149 RF905 receive and transmit modules. As long as the. C function is called like choose to receive and send.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:87585
    • 提供者:刘尚霖
  1. 20160301spiok

    0下载:
  2. IAR环境下W5500软件驱动,客户端程序,192.168.0.105. 5000端口号。调用函数和寄存器操作混合使用,加快网口速度。-请键入文字或网站地址,或者上传文档。 取消 IAR huánjìng xià W5500 ruǎnjiàn qūdòng, kèhù duān chéngxù,192.168.0.105. 5000 Duānkǒu hào. Diàoyòng hánshù hé jìcúnqì cāozuò hùnhé shǐyòng, jiākuài wǎng kǒu
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:910197
    • 提供者:sss
  1. F4-DSP-FFT-ADC

    1下载:
  2. 用stm32f407开发板写的ADC+FFT实验,以及显示实验,FFT调用函数计算-Written in stm32f407 development board ADC+ FFT experiment, and according to the experiment
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-27
    • 文件大小:9900636
    • 提供者:chensheng
  1. stm32f10x_stdperiph_lib(库函数)

    0下载:
  2. 整理好的stm32函数库,其中已经模块化,在使用的时候可以直接调用,对初学者来说,是一个不错的参考资料。(November 24, 2012-the design DOCUMENTS, format of PROTEL99 schematic diagram and pcb diagram, convenient you own design of the circuit board (LQFP100 package, compatible with,,, STM32F103VCT6 STM32
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-22
    • 文件大小:44360704
    • 提供者:薛庆霞
« 12 3 »
搜珍网 www.dssz.com