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

资源列表

  1. 桑拿温度控制

    0下载:
  2. 用HOLTEK单片机做的一个实际项目,功能包括AD和时钟的使用,主要供大家参考一下HOLTEK的开发,用HOLTEK的IDE可直接编译-use of a microcontroller to do the actual project, including AD and functional clock use, mainly for your reference HOLTEK the development, use HOLTEK IDE can be directly translated
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:52.47kb
    • 提供者:龚树强
  1. 30ch

    0下载:
  2. 用at89c2051控制30路开关,也可根据需要增删开关的通道数,适合业余学习-with 30 road at89c2051 control switch, may also need to delete the channel switching few, learning for Amateur
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:相同
  1. 星期计算

    0下载:
  2. xing星期计算 2000年~2099年星期算法-Excel 2000 to 2099 weeks Algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:李之
  1. demo44x

    0下载:
  2. 这是一个msp430的样板程序, 可供爱好者研究-Controller model procedures for lovers Study
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39.26kb
    • 提供者:lsl
  1. MSP430F133频率计程序

    0下载:
  2. 这是一个基于MSP430F133的频率计程序-This is a based on the frequency meter MSP430F133 procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:lsl
  1. an126

    0下载:
  2. 宏汇编主要用来开发Inter8051系列单片机,它具有宏处理,数据处理,列表处理和条件处-macro assembler Inter8051 mainly to the development of single-chip, which has Acer processing, data processing, List of treatment and conditions Department
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:66.75kb
    • 提供者:张军
  1. W78E516B-BootLoader

    0下载:
  2. W78E516B的BOOT程序,将该程序烧写到BOOT区,当启动到BOOT区时,可以通过该程序经串口将系统程序下载到主程序区,晶振为22.1184MHz时波特率可以达到115200bps,比常规烧率器都快!-W78E516B the BOOT process of burning of this program BOOT, When the boot BOOT areas, through the program as a serial port to download system main
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:47.07kb
    • 提供者:陈军
  1. 93c06

    0下载:
  2. SPI总线驱动程序 包括的普通封装标准模式,特殊封装标准模式 默认11.0592Mhz的晶振。-SPI bus driver package including the general standard model, special Packaging standard default mode 11.0592Mhz the crystal.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.9kb
    • 提供者:jy
  1. 8051jing

    0下载:
  2. 8051进行8路LED模拟分支控制用8051的P1口作为输入、P0口作为输出,通过74LS244接8路LED模拟分支控制-8051 for 8-way analog LED branch controlling the P1 8051 as input mouth, P0 mouth as output, then eight road 74LS244 LED control simulation branch
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:303.38kb
    • 提供者:jy
  1. 93c06jing

    0下载:
  2. SPI总线驱动程序 包括的普通封装标准模式,特殊封装标准模式默认11.0592Mhz的晶振-SPI bus driver package including the general standard model, special Packaging standard default mode of crystal 11.0592Mhz
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.9kb
    • 提供者:jy
  1. 1520

    0下载:
  2. 122x32液晶1520控制器驱动程序 [最后修改时间] 2003年5月12日 [版权所有] 哈尔滨众邦龙科技开发有限公司 [12232资料] 请到www.mcuzb.com下载 -1520 122x32 LCD controller driver [last modified in 2003, May 12 [Copyright] Harbin Zhongbang Lung Technology Development Company [12,232] free www.mcu
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7.49kb
    • 提供者:jy
  1. c51jing

    0下载:
  2. 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:jy
搜珍网 www.dssz.com