Description: /* temperature sensor 18B20 module for msp430*/
/*author:Zhou Qiang */
/*university:UESTC */
/*time:2009,6,5 */
/***************************************/
/*************************************************************
Introduction
This program was designed for TI s msp430 MCU,but not limitted to it,
you can easily pick up this program by just modify the flowing:
1、macros at the beginning
2、Delay_us() function
3、nothing more...
You should write you application in the flowing order:
1、Configurate 18b20 by call Config_18b20()
2、Acquire float tmp data by call Get_tmp()
3、this project still under developing,nothing more you can use...
Next to do:
1、more 18b20 on 1 bus
2、implement more ROM functions
3、reading datasheet of 18b20 carefully
4、optimize it working faster
5、auto power supply detect,the program should adjust to it
6、
- [18b20withcrc] - 8051 with a temperature sensor-driven 18
- [ds18b20] - Digital thermometer design task book, th
- [TempSensor] - Function of temperature sensor DS18B20 r
- [MSP430TMP275] - IIC operation MSP430 analog TMP275 tempe
File list (Check if you may need any files):
18b20
.....\18b20.c
.....\Debug
.....\.....\Exe
.....\.....\...\test.d43
.....\.....\List
.....\.....\Obj
.....\.....\...\18b20.r43
.....\.....\...\main.r43
.....\.....\...\test.pbd
.....\.....\...\test.r43
.....\main.c
.....\settings
.....\........\test.cspy.bat
.....\........\test.dbgdt
.....\........\test.dni
.....\........\test.wsdt
.....\test.c
.....\test.dep
.....\test.ewd
.....\test.ewp
.....\test.eww
18b20.c