搜索资源列表
DS18B20_serial
- 温度传感器DS18B20的51驱动程序 调试好用 仅供参考-DS18B20 51 driver debugging handy for reference
VB+Printerport+DS18B20
- 用VB编写,控制计算机的打印口,利用打印口驱动温度传感器DS18B20,实现数字式测温。体积小,使用方便。-Prepared to use VB to control the computer s print port, the use of print port driver temperature sensor DS18B20, the realization of digital temperature measurement. Small size and easy to use.
DS18b20
- 温度传感器DS18B20驱动程序 C语言-DS18B20 drive
DS18B20
- LPC2103 驱动 1 wire温度传感器DS18B20,独立供电当时,并用串口显示当前得温度值-LPC2103 drive 1 wire temperature sensor DS18B20, an independent power supply At the time, and a serial port displays the current temperature value
ds18b20
- 改程序实现了对dalas的1-wire器件温度传感器ds18b20(也可以是ds1825)的驱动,并将温度值显示在液晶屏幕1602上-This program is dedicated to driving the 1-wire device ds18b20(ds1825),which reads the temperature and displays it on the LHD1602
18b20_DS1302_12864
- 温度检测 用ds18b20传感器 检测温度 利用max7219驱动四位数码管显示 并控制亮度-Temperature detected four to max7219 drive with ds18b20 sensors to detect temperature digital display and control the brightness
18B20
- 基于51单片机的DS18B20温度传感器的驱动程序,已经对数据进行了处理-Driver based on 51 MCU DS18B20 temperature sensor, data processing
2_18b20
- 基于msp430的温度传感器DS18B20驱动程序,使用的是单总线技术-Temperature sensor DS18B20 driver based on MSP430, using a single bus technology
ds18b20
- stm8s207 驱动 ds18b20 温度传感器 使用内部晶振16M 单词读取-stm8s207 to drive ds18b20 senor using HIS and once read one time
DS18B20
- ds18b20.c温度传感器51驱动-this is the code of ds18b20
DS18B20
- 该程序为DS18B20温度传感器的驱动程序,包括.c和.h文件,直接调用接口- The program for the DS18B20 temperature sensor drivers, including .c and .h files, direct call interface
smb
- 前两天搞了一个用树莓派做的家庭环境监控系统,传感器ds18b20,网页显示当前温度,并且可以跳转到动态显示当前温度的网页。python和html开发,简单易懂,这个版本代码里面用的是树莓派自带的驱动。-Two days ago out of a raspberry pie made with family environment monitoring systems, sensors ds18b20, the page displays the current temperature, and
DS18B20温度传感器
- 51单片机驱动DS18B20温度传感器,数码管显示。(51 singlechip drive DS18B20 temperature sensor, digital display.)
ATmega128驱动温度同步时间1302并显示在1602液晶屏
- 1. 源代码包含采集DS18B20温度传感器的数据 2. 利用外部时钟DS1302来提供时间 3. 显示到1602液晶屏 4. 源码都是模块化的方式,是想学习或者移植的朋友们的不错选择 5. 通过编译,并在开发板使用通过。可以直接使用源代码。