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

搜索资源列表

  1. dds_drive.h

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

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

    0下载:
  2. 使用凌阳61单片机和1302时间芯片完成时钟功能并使用CH451LS芯片显示(程序中只在0号LED上显示秒)。是使用时,main.c是1302时间芯片的驱动,CH451LS0811.h是简单CH451LS芯片驱动。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:10784
    • 提供者:
  1. ADC

    0下载:
  2. 灭火机器人头文件,功能程序和主程序部分 ADC.C,ADC.h,INTTASK.C,Public.h,RS232Comm.C-Fire-fighting robot header files, functions and the main part of the procedure ADC.C, ADC.h, INTTASK.C, Public.h, RS232Comm.C
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:815
    • 提供者:王进修
  1. Software_lpc2368

    0下载:
  2. lpc2368 在 ucos 所作的移植部分,主要网络等-lpc2368 by the transplant in the ucos part of the main network, etc.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:2238788
    • 提供者:wangbf
  1. adc

    0下载:
  2. #include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] voi
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-21
    • 文件大小:3256
    • 提供者:wang
  1. key

    0下载:
  2. 单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define I
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3926
    • 提供者:wang
  1. led1

    0下载:
  2. 单片机51,c语言编写各种LED流水等是方式,情参考-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:5005
    • 提供者:wang
  1. test

    0下载:
  2. 单片机,全版测试,提供全部原代码,C语言情下载-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:6051
    • 提供者:wang
  1. AT89C51

    1下载:
  2. PCB板全部文件,以及原理图,和上面的原代码相同 -#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #defin
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:35699
    • 提供者:wang
  1. Atmega8

    0下载:
  2. 机器人程序,Atmega8是前后传感器小板上的芯片的程序(前后都有,但用的是同一个程序),它将数据处理后通过异步串口(uart)传给主芯片。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:70727
    • 提供者:Jake
  1. Atmega128

    0下载:
  2. 机器人程序,Atmega128是主芯片程序。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和config.h除外),xxx.h引用config.h并定义所有xxx.c中的函数,以便yyy.c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:216577
    • 提供者:Jake
  1. jiaoduzhuanganqi

    0下载:
  2. 角度转感器的基本控制方法!部分代码如下: #include"lcd1602.h" #include"delay.h" #include"adxl345.h" void main() { uchar devid delay(500) //上电延时 init() //初始化 DisplayOneChar(0,0, A ) DisplayOneChar(1,0, : ) Init_ADXL345() //初始化AD
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:56016
    • 提供者:韦武
  1. juzhenjianpanmokuai

    0下载:
  2. 矩阵键盘的基本方案思路! #include"key.h" void main() { while(1) { key_read() } }-Matrix basic program of keyboard ideas! #include"key.h" void main() { while(1) { key_read() } }
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:22321
    • 提供者:韦武
  1. QC12864Byejing

    0下载:
  2. 带中文字库QC12864B液晶显示模块#include"qc12864.h" void main() { QC12864init() //初始化 display1() while(1) }-Take Chinese word stock QC12864B LCD module #include"qc12864.h" void main() { QC12864init() //初始化 disp
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:70779
    • 提供者:韦武
  1. ap_radio_58071

    0下载:
  2. 应用在z80编译环境的RDA5807收音机芯片驱动程序-ap_rda5807\ap_fmradio.dtp .........\ap_fmradio.hex .........\ap_fmradio.prj .........\ap_fmradio.XCL .........\ap_radio.bat .........\ap_radio.h .........\AutoSearchHandle.c .........\basal_fmra
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:576011
    • 提供者:Jack
  1. uCGUI3.98

    0下载:
  2. 不少朋友都知道uCGUI3.98的VC工程源码并不完整,基于这个原因,本人对uCOS3.98的VC工程作了修改。主要修改如下: 1、增加uCGUI3.90的AntiAlias、JPEG、MemDev、MultiLayer到GUI目录; 2、GUI目录下,新建VNC目录,增加GUI_ProcessVNC.c文件,此文件为空,为与原工程保持一致性,另新建Touch目录; 3、Simulation目录下增加BASETSD.H头文件,新建GUISim目录,把SIM.h、SIM_X.c、
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-01
    • 文件大小:2500917
    • 提供者:华兄
  1. Uart

    1下载:
  2. Keil—MDK的UART程序,方便使用Uart_Pringt()实现的串口打印函数-#include <Uart.h> #include <S3C2440.h> int main() { unsigned int a = 10 Uart0_Init(115200) while(1) { Uart0_SendByte(12) Uart0_Printf("Test d\n",a)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-20
    • 文件大小:94366
    • 提供者:zhanghf
  1. AVR

    0下载:
  2. Project templates for AVR microcontrollers + Proteus Simulation + USBasp Driver + Arduino / Ejaaduino board layout + template.h file with useful macros + Template project with skeleton code + in C Language, C++ also works. Written by
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:4798004
    • 提供者:ZaidP
  1. 12864

    0下载:
  2. 一个用stm32驱动LCD12864的源码,其中有主要的main.c,12864的C和H文件(其他的为一些通用的库函数,一般开发环境都带有)。自己调试通过,没有问题-One with stm32 driven LCD12864 source, which has the main main.c, 12864, C and H files (others are some common library functions, the general development environment c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-13
    • 文件大小:3420320
    • 提供者:Rock wong
  1. main

    0下载:
  2. stm8s M24C64 iic eeprom 源码-This firmware provides a basic example of how to use the I2C firmware library and an associate I2C EEPROM driver to communicate with an I2C EEPROM device (here the example is interfacing with M24C64 EEPROM) I2C per
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:3272
    • 提供者:ken
« 12 »
搜珍网 www.dssz.com