CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 调用的功能函数

搜索资源列表

  1. 51(AT89S52)

    1下载:
  2. read me.txt中有说明。 是我几年来学习单片机的所有的程序的精华,各个功能已经做成子函数,做项目时可以直接调用,外围模块非常丰富,包括红外,键盘鼠标操控,液晶显示等。-read me.txt is described. I have a few years to learn all the SCM process, the essence and the various functions of causing function, a project can be called di
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:373276
    • 提供者:陈雅
  1. IAP_C++

    0下载:
  2. 研究了两周的IAP,其中实现了在c++中调用c函数的功能,仅供参考-two weeks of the IAP, which met the call c c of functionality, for information purposes only
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:25163
    • 提供者:周健
  1. rtx_full

    0下载:
  2. 详细介绍51单片机操作系统,包括keilc编译环境的库函数以及其功能,还有如何调用这些函数。-detailed 51 microcontroller operating systems, including keilc build environment of the library function and its function. Besides calling these functions.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-15
    • 文件大小:203283
    • 提供者:朱刚强
  1. DS18B20

    0下载:
  2. DS18B20的读写函数,根据要实现的功能直接调用就可以了。中间的延时要根据不同的单片机频率进行更改。我的晶振是44MHz。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:红楼梦
  1. pa51

    0下载:
  2. C51强大功能及其高效率的重要体现之一在于其丰富的可直接调用的库函数,多使用库函数使程序代码简单,结构清晰,易于调试和维护,下面介绍C51的库函数系统。-C51 powerful features and its high efficiency in one important manifestation of its rich can directly call the library, multi-use library functions to make the code simple,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2074978
    • 提供者:q1q2boy
  1. KT0830EG-short-antenna-1band-and-I2C

    4下载:
  2. KT0830EG(支持短天线)收音IC程序-包含I2C-自动判台-搜台,24C02存台。修改I2C宏定义接口移植到各单片机,调用对应功能函数即可实现单FM数字收音机的所有功能。-KT0830EG (supports short antenna) radio IC procedures- including I2C-automatic sub-station- station search, 24C02 storage units. I2C macro interface to modify th
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-10-21
    • 文件大小:12511
    • 提供者:廖竻棠
  1. Menu_onPC

    0下载:
  2. 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C的unsigned
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:364116
    • 提供者:huhb
  1. t6963

    0下载:
  2. 部分T6963液晶显示的基本功能函数。在函数中进行调用,希望大家进行学习交流。-T6963 LCD part of the basic functions of function. In function calls, hoping to study the exchange of everyone.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:2569
    • 提供者:惠惠
  1. scankey

    0下载:
  2. 自做的一个流程流码,用于判断C51单片机的长按与短按键的功能(一键多功能),自动调用相应的处理函数.修改下还可以实现更多的功能.-Since the flow stream to do a code, used to judge the long-C51 single-chip microcomputer according to the function keys and a short (one multi-function keys), automatically call the cor
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1454
    • 提供者:jameslan520
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:36013
    • 提供者:yiyuzhiming
  1. KT0830E-FM-1BAND-ic-PROGREM

    0下载:
  2. KT0830E-单FM收音IC驱动,只支持长天线,包含初始化、自动搜台的判台、读取各寄存器代码。使用I2C通信方式,单片机可直接调用功能函数实现数字收音机功能-KT0830E-single FM radio IC driver only supports a long antenna, including initialization, auto scan the sub-station, reading the register code. I2C communication with the
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:4989
    • 提供者:廖竻棠
  1. 1302

    0下载:
  2. 1302时钟芯片模块程序,可直接调用里面的子函数,得到相应的功能-failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:2067
    • 提供者:
  1. 1602

    0下载:
  2. LCD1602时钟芯片模块程序,可直接调用里面的子函数,得到相应的功能-fale to change
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:
  1. 12864

    0下载:
  2. LCD12864时钟芯片模块程序,可直接调用里面的子函数,得到相应的功能-fale to change
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:998
    • 提供者:
  1. keyscan

    0下载:
  2. 矩阵键盘按键扫描模块程序,可直接调用里面的子函数,得到相应的功能-fale to change
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1322
    • 提供者:
  1. Si4432

    1下载:
  2. 无线射频收发器si4432的代码,包括参数配置与所有功能函数,修改I/O,就能直接调用-Wireless RF transceiver si4432 code, including all functions and parameters configuration, which can be directly called
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4114
    • 提供者:王朝斌
  1. 6_PWM_LED

    0下载:
  2. *Launchpad G2553开发板上P1.3接了一个按键,P1.6各接了1个绿光LED(用跳线帽连接)。 * 功能描述:按键按下的瞬间,LED亮度变化。需调用TA_PWM库函数。 *开发环境CCS-* Launchpad G2553 development board to pick up a key P1.3, P1.6 each picked up a green LED (connected with a jumper cap). * Development envir
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:43753
    • 提供者:方跃东
  1. liushuideng.c

    0下载:
  2. 在STM32单片机上通过调用库函数来实现流水灯的功能。-In the STM32 microcontroller through the call library function to achieve the function of the water lamp.
  3. 所属分类:SCM

    • 发布日期:2017-12-15
    • 文件大小:5619712
    • 提供者:海文
  1. NixieTube

    0下载:
  2. STM8s点这共阴数码管,实现数字跳动0-9 Nixie tube 数据管 |--src 源代码 |---| |--HAL 硬件逻辑层: 与硬件相关(GPIO配置与初始化,时钟的配置与初始化) |--FML 功能封装层: LED的开关功能函数(调用HAL层) |--APL 应用程序层: LED的闪烁等逻辑,调用FML层功能 | |--inc 包含文件 | |--System 系统头文件 |--other
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:832512
    • 提供者:jetur
  1. 6_PWM_LED

    0下载:
  2. Launchpad G2553开发板上P1.3接了一个按键,P1.6各接了1个绿光LED(用跳线帽连接)。 * 功能描述:按键按下的瞬间,LED亮度变化。需调用TA_PWM库函数。(P1.3 on Launchpad G2553 development board received a key, and P1.6 received 1 green light LED (connected by jumper cap). * function descr iption: L
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:36864
    • 提供者:摩尼06
« 12 3 »
搜珍网 www.dssz.com