CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ds18b20 avr

搜索资源列表

  1. onewiretemp

    0下载:
  2. AVR单片机温度采集系统代码,采用一线连接的温度检测芯片DS18B20。程序包括两个温度芯片的驱动代码,温度计算程序,串口输出显示程序。编译环境为GUN C。-AVR temperature acquisition system code using line connecting the chip temperature detection DS18B20. The procedures include two temperature of the chip-driven code, temp
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:23703
    • 提供者:刘伟
  1. 18B20Control

    0下载:
  2. DS18B20的AVR驱动,有详细的注释及过程-DS18B20 the AVR-driven, detailed process and the Notes
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2046
    • 提供者:xuepeng
  1. 18B20

    1下载:
  2. AVR单片机 用的是ICC开发环境 DS18B20温度采集,LCD1602B显示 MCU : Atmeag16
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2988
    • 提供者:谢明强
  1. shiyan4

    0下载:
  2. AVR单片机编程,单片机控制温度传感器DS18B20的应用
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 这是使用AVR GCC的读取DS18B20的代码。 代码功能很全,包括了DS18B20的所有功能。 包括读写EEPROM,CRC校验等。 支持一个线上挂多个18B20或多个IO口挂多个18B20的读取。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:145616
    • 提供者:李璇
  1. 18B20wenduji

    0下载:
  2. 基于DS18B20的数字温度计,采用AVR单片机ATMEGA16控制。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4721
    • 提供者:sun
  1. DS18B20

    0下载:
  2. 利用AVR单片机对DS18B20进行温度采集,包括序列号读取、配对等功能。-AVR microcontroller for use DS18B20 temperature acquisition, including the serial number reading, matching functions.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:11799
    • 提供者:曾定
  1. lesson6-ds18b20

    0下载:
  2. 基于AVR的DS18b20程序 使用1602显示-DS18b20 program AVR 1602 is based on the use of display
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:76398
    • 提供者:孙源李
  1. ds18B20

    0下载:
  2. ds18B20例程 温度采集试验 完全试验通过-#include <avr/io.h> #define sbi(sfr,bit) (_SFR_BYTE(sfr)|=_BV(bit)) #define cbi(sfr,bit) (_SFR_BYTE(sfr)&=~_BV(bit)) //---------------------------------------------
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1405
    • 提供者:yuan
  1. AVR-DS18B20

    0下载:
  2. 这是用AVR单片机的DS18B20测温源程序,可任意调用子程序,希望对大家有帮助-This is the AVR MCU DS18B20 measurement source can be any subroutine calls, we hope to help
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:42277
    • 提供者:aabbc
  1. AVR-Studio

    0下载:
  2. ATMEGA16 AVR单片机,DS18B20温度测试程序,精度高-GCC AVR Studio development environment under routine
  3. 所属分类:Software Testing

    • 发布日期:2017-04-15
    • 文件大小:7767
    • 提供者:许非
  1. ds18b20-pic16f877-dijital-termometre

    0下载:
  2. The open-source Arduino environment allows us to write code and load it onto the Arduino board s memory. The development environment is written in Java and based on Processing, avr-gcc, and other open source software.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:19644
    • 提供者:Ricardo
  1. DS18B20

    0下载:
  2. AVR单片机中DS18B20的用法,DS18B20是一种温度传感器 Use of DS18B20 in AVR MCU-Use of DS18B20 in AVR MCU
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:837
    • 提供者:neverorc
  1. DS18B20-temperature-measurement

    0下载:
  2. 利用128开发板,并通过AVR软件实现 DS18B20温度测量功能。-With a 128 board, and to achieve DS18B20 temperature measurement function by AVR software.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:43299
    • 提供者:储小红
  1. AVR-MCU-simulation

    0下载:
  2. 包含了AVR系列单片机的各种仿真实例,如DS18b20的温度仿真,DS18B20仿真实例+加串口通信,AVR_Uart串口应用-Contains a variety of AVR series MCU simulation examples, such as DS18b20 temperature simulation, DS18b20 simulation instance+ add a serial port communication, AVR_Uart serial port appli
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1829354
    • 提供者:彭凯
  1. DS18B20

    0下载:
  2. 基于avr单片机atmega16实现DS18B20多点温度检测-Avr microcontroller atmega16 to achieve DS18B20 based multi-point temperature detection
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-30
    • 文件大小:49510
    • 提供者:赵凯
  1. DS18B20

    0下载:
  2. AVR atmega16 DS18B20 进行温度读取-ARM atmega16 DS18B20 Temperature read
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:37880
    • 提供者:付保俊
  1. ow-dsb1820

    0下载:
  2. 1-wire and DS18B20 AVR microcontroller
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-05
    • 文件大小:6404
    • 提供者:Diego
  1. DS18B20

    0下载:
  2. 12864液晶程序,AVR单片机,ATAMGA128,注意时序-12864 LCD program, AVR microcontroller, ATAMGA128, pay attention to timing
  3. 所属分类:SCM

    • 发布日期:2017-12-17
    • 文件大小:28672
    • 提供者:高祥
  1. AVR单片机开发板

    0下载:
  2. AVR单片机开发板,使用atmega16单片机作为主控芯片,板上有液晶屏幕,继电器,ds18b20温度芯片,at24c02、继电器,按键、uart接口等资源,所有单片机IOkoi均引出,适合初学者使用。此文件为protel99se绘制的PCB及原理图,实测可用,可直接照图生产。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2019-05-29
    • 文件大小:235214
    • 提供者:shrlyq@126.com
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com