代码搜索结果
找到约 330 项符合
Humidity 的代码
htsdriver.h
/*****************************************************************************
*
* MODULE: Driver for Sensirion SHT1x humidity and temp sensor
*
* COMPONENT: $RCSfile: HtsDr
htsdriver.h
/*****************************************************************************
*
* MODULE: Driver for Sensirion SHT1x humidity and temp sensor
*
* COMPONENT: $RCSfile: HtsDr
arm_sht.c
/***************************************************
2007/2/10
Liu Guobing
****************************************************/
// sample program that shows how to use SHT11 functions
// 1. c
htsdriver.h
/*****************************************************************************
*
* MODULE: Driver for Sensirion SHT1x humidity and temp sensor
*
* COMPONENT: HtsDriver.h
htsdriver.c
/****************************************************************************
*
* MODULE: Driver for Sensirion SHT1x humidity and temp sensor
*
* COMPONENT: HtsDriver.c,v
*
openwth.f
subroutine openwth
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine opens the precipitation, temperature, solar radiation,
!! relative humidity and wind speed files for simulations using
sht.h
//
//Atmel AVR Design Contest 2006 Registration Number AT3221
//
//----------------------------------------------------------------------------------
//
// Sensirion SHT1x Humidity Sensor Library
//
observer.java
package headfirst.observer.weather;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}
observer.java
package headfirst.observer.weather;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}
observer.java
package headfirst.observer.weather;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}