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

搜索资源列表

  1. 5510dedaima

    0下载:
  2. /*** *5510单片机测试程序 基本测试成功 2005-8-25 write By CW *** *** *** ****/ #include <reg52.h> #include <absacc.h> #define uint unsigned int #define uchar unsigned char-/******* 5510 microcontroller basic test procedure su
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15760
    • 提供者:wangxing
  1. 485-502demo

    1下载:
  2. 此程序是RS485从机通讯,包含3部分:接收帧程序、发送帧程序及执行命令程序。 从机通讯地址从地址开关读取4位 由于485的通信规约差别很大,这里只是提供参考,具体请参照自己的项目特点做修改,抛砖引玉。 #include<reg52.h> #include<main.h> #include<hy502.h> -this procedure is RS485 communications from the plane, contains t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:31072
    • 提供者:罗小兵
  1. LCD12864

    0下载:
  2. 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={\"www.zansi.com\"} delay(BYTE ms) {
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:41511
    • 提供者:yichongwen
  1. TX-1BDS18B20

    0下载:
  2. //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1816
    • 提供者:解敏超
  1. 1602

    0下载:
  2. //1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ #include<reg52.h> #define uchar unsigned char #define uint unsigned int
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:873
    • 提供者:解敏超
  1. DS18B20+1602液晶高精度温度计

    0下载:
  2. DS18B20+液晶1602构成的高精度温度计 ;连线图: ; DB0---DPROT.0 DB4---DPROT.4 RS-------------P1.2 ; DB1---DPROT.1 DB5---DPROT.5 RW-------------P1.3 ; DB2---DPROT.2 DB6---DPROT.6 E--------------P1.4 ; DB3---DPROT.3 DB7---DPROT.7 VLCD接10K可调电阻到GND* DQ----P1.1 ;功能说明:1602液
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-08-31
    • 文件大小:72704
    • 提供者:klovesq
  1. 51单片连tcs230的源程序

    0下载:
  2. 51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-23
    • 文件大小:1424
    • 提供者:黄胜
  1. led1

    0下载:
  2. /*发光管闪烁例*/ #include<reg52.h> //头文件-/*发光管闪烁例*/ #include<reg52.h> //头文件
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:619
    • 提供者:柯福阳
  1. reg52

    0下载:
  2. 8155_Reg52 /*-------------------------------------------------------------------------- REG52.H Header file for generic 80C52 and 80C32 microcontroller. Copyright (c) 1988-2012 Keil Elektronik GmbH and Keil Software, Inc. All rights reserv
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:768
    • 提供者:杨威
  1. cc1100-M8

    0下载:
  2. CC1100 TO 232 REG52 TXRX-CC1100 TO 232
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:58556
    • 提供者:武飞
  1. AD985

    0下载:
  2. AD9850单片机使用程序,AD9850是AD公司生产的最高时钟为125 MHz、采用先进的CMOS技术的直接频率合成器,主要由可编程DDS系统、高性能模数变换器(DAC)和高速比较器3部分构成,能实现全数字编程控制的频率合成。 -include <reg52.h> #define uchar unsigned char #define uint unsigned int long uint Frequency_Out double Con_Word_1
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1327
    • 提供者:孙建
  1. 4X4KEY

    0下载:
  2. *把P3口的发光二极管设置好。*/ /*就可以看到每一个key的真正二近制码,为以后编程有用到。*/-#include "reg52.h" unsigned char Buffer_Key=0
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:563
    • 提供者:李增爱
  1. 52

    0下载:
  2. SD卡读写程序,REG52。支持扇区单字节等-SD Card Reader program, REG52. Support sector single-byte
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:4141
    • 提供者:qinlixia
  1. AT89S52_05_IcpdfCom_1539884

    0下载:
  2. reg52单片机头文件,结合我自己的修改和改写完成的头文件
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:303810
    • 提供者:很过分
  1. REG52

    0下载:
  2. keil reg52.h 能够实现二进制在keil中的直接输入 例如 b-keil reg52.h
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1477
    • 提供者:kaka
  1. ir

    0下载:
  2. 基于REG52的红外遥控驱动程序,作为红外接收端-REG52-based infrared remote control drivers, as the infrared receiver
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:16022
    • 提供者:寂小寞
  1. 19264F-C

    0下载:
  2. 19264液晶C语言驱动程序,带字库,ST7920驱动,并可方式,已经通过测试了-#include <reg52.h>#include <ziku.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1988
    • 提供者:向恒
  1. duoji

    0下载:
  2. 舵机控制,# include<REG52.h> # define uchar unsigned char # define uint unsigned int #include "shift.c" //数码管显示程序 #include "IR_decode.c" //红外解码程序 #include "LCD_1602.c" -Servo control,# include <REG52.h># Define uchar unsigned char#
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:470571
    • 提供者:hyu
  1. REG52

    0下载:
  2. ATMAGE16系列单片机利用AVR+WINavr调试程序时候的REG52.h头文件源码-the REG52.h code of the ATMAGE16 series
  3. 所属分类:SCM

    • 发布日期:2017-11-07
    • 文件大小:741
    • 提供者:郎欣悦
  1. reg51.h_reg52.h详解

    1下载:
  2. reg51.h、reg52.h中文详解,可供大家参考(Reg51. H, reg52. H Chinese explanation, for your reference)
  3. 所属分类:单片机开发

    • 发布日期:2020-06-11
    • 文件大小:86016
    • 提供者:于世海
« 12 3 »
搜珍网 www.dssz.com