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

资源列表

« 1 2 ... .13 .14 .15 .16 .17 9618.19 .20 .21 .22 .23 ... 15288 »
  1. 376-Operation-Mouse-keyboard

    0下载:
  2. ch376操作鼠标键盘,总线方式,能读取设备描述符,配置描述符,鼠标运行正常。-CH376 operation of the mouse keyboard, can bus, device descr iptor configuration descr iptor, mouse, normal operation.
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:82.04kb
    • 提供者:yue
  1. CH375LNK

    0下载:
  2. 采用MCS-51单片机,用CH375+CH372连接两个单片机系统,CH375中断为查询方式。-Using MCS-51 SCM, CH375+CH372 connecting the two single-chip computer system, CH375 interrupt for query.
  3. 所属分类:SCM

    • 发布日期:2017-12-08
    • 文件大小:3.19kb
    • 提供者:yue
  1. CH375HMS

    0下载:
  2. U盘文件读写模块, 连接方式: 3线制串口+查询,因为使用U盘文件读写模块而不是使用U盘文件级子程序库,所以占用较少的单片机资源。-U disk read and write files module, connection: 3 wire serial+ query, because of the use of U disk file read write module instead of using U disk file level subroutine library, so les
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:3.99kb
    • 提供者:yue
  1. CH376HFT

    0下载:
  2. MCS-51单片机C语言的U盘文件读写示例程序,本程序演示字节读写,文件枚举,文件复制, 用于将U盘中的/C51/CH376HFT.C文件中的小写字母转成大写字母后, 写到新建的文件NEWFILE.TXT中。-MCS-51 microcontroller C language U disk file reading and writing examples of procedures, demonstration of the process of byte read and write, en
  3. 所属分类:SCM

    • 发布日期:2017-12-07
    • 文件大小:3.98kb
    • 提供者:yue
  1. time-clock

    0下载:
  2. 时间中断溢出触发方法制作的带2闹钟的可调时闹钟时钟-Time interrupt adjustable overflow trigger method produced with 2 alarm clock alarm clock when
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:31.25kb
    • 提供者:飞飞法
  1. Key

    0下载:
  2. 按键是单片机系统最常用的输入设备之一;几乎是只要需要交互输入,就必须有键盘。这篇博客实现了一个通用的键盘程序,只要提供一个读取键值的函数(底层键值),程序将完成消抖、存入队列等一些列处理。同时本程序提供最常用的4*4矩阵键盘的程序,和4个按键的程序。 -The key is, one of the the SCM system most commonly used input device almost as long as the need for interactive input,
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:12.32kb
    • 提供者:wangpeng
  1. ADC12

    0下载:
  2. msp430内部含有ADC12模块,可以完成12位的模数转换,当对精度或其他指标要求不高时,可以选用430单片机内部的ADC12完成模数转换工作。这里主要实现了一个比较通用的ADC12模块初始化程序,具体的数据存储和处理需要自己在中断处理函数中添加。 -msp430 the internal containing ADC12 module, you can complete a 12-bit analog-to-digital conversion the selection the 430
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:6.8kb
    • 提供者:wangpeng
  1. DAC12

    0下载:
  2. MSP430 带有的DAC12 模块,可以将运算处理的结果转换为模拟量,以便操作被控制对象的工作过程。DA是在控制操作过程中常用的器件之一;MSP430有些系列中含有DAC12模块,给需要使用DA的方案提供了许多方便。这里实现较为简单的DAC的驱动,方便以后使用。 -DAC12 module, MSP430 with the result of the arithmetic processing can be converted to analog in order to operate t
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:6.47kb
    • 提供者:wangpeng
  1. lcd12864

    0下载:
  2. 液晶是单片机系统最常用的显示设备之一,这个程序库是在MSP430F169、MSP1430F149单片机上测试通过的,可以放心使用;液晶选用的是金鹏的:OCMJ4X8C型号的12864液晶;控制液晶用的是并行方式,三个控制口是P3.0、P3.1、P3.2三个IO口,数据用的是P5数据IO口。 -The LCD is one of the the microcontroller system most commonly used display device, the library passe
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:6.62kb
    • 提供者:wangpeng
  1. TimerPwm

    0下载:
  2. 定时器是单片机常用的其本设备,用来产生精确计时或是其他功能;msp430的定时器不仅可以完成精确定时,还能产生PWM波形输出,和捕获时刻值(上升沿或是下降沿到来的时候)。这里完成一个比较通用的PWM波形产生程序。 -The timer microcontroller used the equipment used to generate precise timing or other features of msp430 timer can be done not only precise
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:7.12kb
    • 提供者:wangpeng
  1. lcd1602

    0下载:
  2. 51单片机lcd1602液晶驱动程序 。用汇编写的-Program 51 microcontroller lcd1602 LCD driver. Written in assembler
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:8.51kb
    • 提供者:飞飞法
  1. ADC-TEST

    0下载:
  2. 通过ADC检测是否有对应的按键按下,如果有则控制相应的LED亮,用于检测一些模拟开关组合-ADC detects whether the corresponding button is pressed, the control corresponding LED lights for the detection of some combination of analog switches
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:51.95kb
    • 提供者:ww
« 1 2 ... .13 .14 .15 .16 .17 9618.19 .20 .21 .22 .23 ... 15288 »
搜珍网 www.dssz.com

浏览历史记录

关闭