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

资源列表

« 1 2 ... .88 .89 .90 .91 .92 15193.94 .95 .96 .97 .98 ... 15288 »
  1. 51串口通信计算器

    0下载:
  2. 51串口通信计算器,很方便的完成51单片机的波特率的计算。-51 serial communication calculators, convenient completed 51 SCM baud rate calculations.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4326
    • 提供者:tony
  1. 怎样用51驱动LCD显示

    0下载:
  2. 通过实例实践LCD 驱动显示(以128DI0 为例),达到快速上手编制LCD 显示驱动程序 的目的。 准备条件: 1、使用的51 单片机:AT89C52 4K FLASH,供电电压3.0V 2、使用的电测板:LTB-T51-01C 3、使用的软件开发工具:KEIL V7.0 以上版本-practice examples LCD display driver (128DI0 example), to prepare unfamiliar LCD display driver f
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:347463
    • 提供者:隆凯
  1. alm

    0下载:
  2. 报警器,16路报警输入8路报警输出,并具有计算机定时开机功能-alarm, alarm input 16-8-way alarm output, and with computer functions regularly boot
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33348
    • 提供者:DG
  1. 音乐发生器

    0下载:
  2. 在单片机上实现播放歌曲,单片机为MFID-5-achieved in SCM play the songs for MFID MCU-5
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1004
    • 提供者:幽谷独客
  1. my_nRF905

    0下载:
  2. 这是我自己写的nRF905射频IC收发于一起的程序。-that I wrote the nRF905 RF transceiver IC together in the process.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:49471
    • 提供者:王一
  1. PS2KB

    0下载:
  2. 用C51单片机模拟PS2键盘向PC机发送按键信息-C51 microcontroller with analog PS2 keyboard to the PC button to send information
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16969
    • 提供者:赵华
  1. Msp430_TimerA_uart9600_02

    1下载:
  2. 用于MSP430 Timer A 模拟UART 产生9600的波特率通讯 此为C代码-for MSP430 Timer A simulation of the 9600 UART have this communication baud rate for the C code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2527
    • 提供者:王懋
  1. msp430 Timer_A uart9600_06

    1下载:
  2. 利用MSP430的Timer A 模拟UART功能,波特率9600 32kHz ACLK-using MSP430 Timer A simulation function UART, 9600 Baud Rate 32kHz ACLK
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2534
    • 提供者:王懋
  1. 8051子程序集

    0下载:
  2. mcs51系列的子程序大集合,有利于硬件工程师的参考资料-mcs51 series of large pools subroutine is conducive to the reference hardware engineers
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:78644
    • 提供者:无畏
  1. AVRBootload

    0下载:
  2. atmega8的BootLoad程序,此为上为机软件,现已在Atmega8芯片上测试通过。我已使用它做了几个项目,除第一次使用下载线,以后写片子只用串口线. -atmega8 the BootLoad procedures, such as for the software, which is available at Atmega8 chip test. I have to use it to do several projects, in addition to the first us
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3828824
    • 提供者:鹏程万里
  1. AVRBoot_M8

    1下载:
  2. atmega8的BootLoad程序,需写入M8之中,现已在Atmega8芯片上测试通过。我已使用它做了几个项目,除第一次使用下载线,以后写片子只用串口线.-atmega8 BootLoad the procedures required to be included in M8, which is available at Atmega8 chip test. I have to use it to do several projects, in addition to the first u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1251
    • 提供者:鹏程万里
  1. MSP430单片机C语言编程中的退出睡眠问题

    1下载:
  2. MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39890
    • 提供者:lj
« 1 2 ... .88 .89 .90 .91 .92 15193.94 .95 .96 .97 .98 ... 15288 »
搜珍网 www.dssz.com