|
| Sensirion (uint8_t dataPin, uint8_t clockPin, uint8_t address=0x00, bool noholdmaster=false) |
|
int8_t | measureSleep (float *temp, float *humi, uint8_t timeoutcounter=30) |
|
int8_t | measure (float *temp=NULL, float *humi=NULL, float *dew=NULL, float temp0=0, float *humi0=NULL) |
|
int8_t | writeSR (uint8_t value) |
|
int8_t | readSR (uint8_t *result) |
|
int8_t | reset (void) |
|
float | calcTemp (uint16_t rawData) |
|
float | calcHumi (uint16_t rawData, float temp) |
|
float | calcHumi (float dewpoint, float temp) |
|
float | calcDewpoint (float humi, float temp) |
|
The documentation for this class was generated from the following files:
- BayEOS-Arduino/libraries/BayEOSSensors/Sensirion.h
- BayEOS-Arduino/libraries/BayEOSSensors/Sensirion.cpp