|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for humid_sht_i2c.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | sht_humid_t |
Enumerations | |
| enum | sht_stat_i2c { SHT2_UNINIT , SHT2_READING } |
Functions | |
| void | humid_sht_init_i2c (void) |
| void | humid_sht_periodic_i2c (void) |
| struct sht_humid_t |
Definition at line 14 of file humid_sht_i2c.h.
Collaboration diagram for sht_humid_t:| Data Fields | ||
|---|---|---|
| pprz_bsem_t | bsem_sht_status | |
| float | fhumidsht_i2c | |
| float | ftempsht_i2c | |
| uint16_t | humidsht_i2c | |
| uint32_t | sht_serial1 | |
| uint32_t | sht_serial2 | |
| enum sht_stat_i2c | sht_status | |
| struct i2c_transaction | sht_trans | |
| uint16_t | tempsht_i2c | |
| pprz_thread_t | thd_handle | |
| Enumerator | |
|---|---|
| SHT2_UNINIT | |
| SHT2_READING | |
Definition at line 8 of file humid_sht_i2c.h.
Definition at line 57 of file humid_sht_i2c.c.
References sht_humid_t::bsem_sht_status, humid_sht_thd(), pprz_bsem_init(), PPRZ_NORMAL_PRIO, pprz_thread_create(), sht, SHT2_UNINIT, sht_humid_t::sht_status, and sht_humid_t::thd_handle.
Here is the call graph for this function:Definition at line 64 of file humid_sht_i2c.c.
References sht_humid_t::bsem_sht_status, DefaultChannel, DefaultDevice, sht_humid_t::fhumidsht_i2c, foo, sht_humid_t::ftempsht_i2c, sht_humid_t::humidsht_i2c, pprz_bsem_wait_timeout(), sht, SHT2_READING, sht_humid_t::sht_serial1, sht_humid_t::sht_serial2, sht_humid_t::sht_status, and sht_humid_t::tempsht_i2c.
Here is the call graph for this function: