Location:
Search - DS18B20 word
Search list
Description: DS18B20和PIC单片机通讯源程序
DS18B20和PIC单片机通讯源程序
--------------------------------------------------------------------------------
PIC单片机 www.pic16.com
ORG PIC54
GOTO MAIN
ORG 0-DS18B20 and PIC source DS18B20 communications and communications PIC source-------------------------------------------------------------------------------- PIC www.pic16. com ORG PIC54 MAIN ORG 0 GOTO
Platform: |
Size: 3072 |
Author: 李越 |
Hits:
Description: 基于DS18B20的结构图,可直接复制到word文档中-Based on the structure of DS18B20 map, can be directly copied to the word document
Platform: |
Size: 5120 |
Author: yoyonaga |
Hits:
Description: 读出DS18B20的数据值,采用了一种新的方法对读出数据字进行计算,免去了以往繁杂的计算,KEIL中调试验证正确-DS18B20 read out the data values, using a new method of calculation读出数据word, replacing the previous complex calculation, KEIL debug to verify the correct
Platform: |
Size: 1024 |
Author: 刘英 |
Hits:
Description: 基于单片机的温控系统,是温室大棚的设计,如果需要就下载吧-Based on single-chip temperature control system is the design of greenhouse, if you need to download it
Platform: |
Size: 1692672 |
Author: liuyijia |
Hits:
Description: 如何编写读/写一个字节的函数呢?
1. 读一个字节
uchar tmpread(void) //read a byte date 读一个字节
{
uchar i,j,dat
dat=0
for(i=1 i<=8 i++)
{
j=tmpreadbit()
dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里
}
return(dat) //将一个字节数据返回
}-How to write read/write one byte of the function does? 1. Reading a byte uchar tmpread (void)// read a byte date read one byte (uchar i, j, dat dat = 0 for (i = 1 i < = 8 i++) (j = tmpreadbit () dat = (j < < 7) | (dat> > 1) // read out data at the top of the minimum, this is just one byte in the DAT-ri) return (dat) // will be a word section of data to return)
Platform: |
Size: 3072 |
Author: 宁俊 |
Hits:
Description: 电子制作——杂志年刊程序汇总
基于89S52单片机的电子体温计
16×16点阵的制作
程控滤波器(D)设计报告 测试数据
AT89C51单片机双字中文点阵设计与仿真
51单片机和HD7279A的接口与编程
单片机从入门到精通系列讲座——数码管驱动方法
利用LCD1602的自定义字库显示汉字
单片机从入门到精通系列讲座——单片机简易频率计
用AT89S51单片机控制的智能电动车
P111G2系列可编程控制器应用集锦(1)
51单片机综合学习系统——无线遥控模块的应用
学习单片机的新途径——PROTEUS软件与单片机教学实验同步进行的教学新模式
以AT24C02为例介绍I2C总线与单片机的连接
C51和汇编混合编程
进一步认识单片机的输入输出口
单片机从入门到精通系列讲座——简易数字钟
手把手学习数字温度计的制作
单片机从入门到精通系列讲座——实时数字钟
有趣的电子蝙蝠
用SPCE061A单片机实现俄罗斯方块游戏
P111G2系列可编程控制器应用集锦(4)
单片机从入门到精通系列讲座——串口收发实例
一款可串行控制的LED系列显示模块
液晶点阵提取工具zimo21应用
用AVR单片机制作DDS信号源
单片机从入门到精通系列讲座——DS18B20温度模块驱动
部分是源码 部分是带有讲解的TXT文档.......
绝对超值·-89S52 microcontroller based electronic thermometer
16 × 16 dot matrix production
Programmable filter (D) design report test data
AT89C51 single-chip dual-word Chinese lattice design and simulation
51 microcontroller and interface with the programming HD7279A
SCM Mastering Lecture Series- LED driving method
LCD1602 use custom font to display Chinese characters
SCM Mastering Lecture Series- SCM simple frequency meter
AT89S51 MCU control with smart electric vehicles
P111G2 Series Programmable Logic Controller Application Collection (1)
51 single-chip integrated learning systems- the application of the wireless remote control module
MCU learning new ways- PROTEUS software teaching experiments carried out simultaneously with the microcontroller a new model of teaching
An example with AT24C02 microcontroller with I2C bus connection
C51 and assembly programming
Further understanding of the microcontroller input and output ports
SCM Mastering Lecture Series- Simpl
Platform: |
Size: 1515520 |
Author: zzd |
Hits:
Description: 用PIC单片机实现的温度传感器,可级联通信,此为温度探头的代码,可用。温度传感器用的是DS18B20,MCU用的是最小型的PIC8脚单片机 PIC12F509.注意前面的配置字.程序经测试通过!-PIC MCU with temperature sensors can be cascaded communication, this is the temperature probe of the code, is available. Temperature sensor is DS18B20, MCU using the smallest PIC8 feet microcontroller PIC12F509. Attention in front of the configuration word. Program has been tested and passed!
Platform: |
Size: 2048 |
Author: 杨飞 |
Hits:
Description: 基于DS18B20的温度传感器,word格式。有详细的西路过程和程序源代码
Platform: |
Size: 1146885 |
Author: 735809899@qq.com |
Hits: