|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Include dependency graph for humid_htm_b71.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | htm_type { HTM_IDLE, HTM_MR, HTM_MR_OK, HTM_READ_DATA } |
Functions | |
| void | humid_htm_init (void) |
| void | humid_htm_start (void) |
| void | humid_htm_read (void) |
| void | humid_htm_event (void) |
| enum htm_type |
| Enumerator | |
|---|---|
| HTM_IDLE | |
| HTM_MR | |
| HTM_MR_OK | |
| HTM_READ_DATA | |
Definition at line 6 of file humid_htm_b71.h.
| void humid_htm_event | ( | void | ) |
Definition at line 76 of file humid_htm_b71.c.
References i2c_transaction::buf, DefaultChannel, DefaultDevice, fhumidhtm, ftemphtm, HTM_MR, HTM_MR_OK, HTM_READ_DATA, htm_status, htm_trans, humidhtm, I2CTransDone, I2CTransSuccess, i2c_transaction::status, and temphtm.
| void humid_htm_init | ( | void | ) |
Definition at line 52 of file humid_htm_b71.c.
References HTM_IDLE, and htm_status.
| void humid_htm_read | ( | void | ) |
Definition at line 67 of file humid_htm_b71.c.
References HTM_I2C_DEV, HTM_MR_OK, HTM_READ_DATA, HTM_SLAVE_ADDR, htm_status, htm_trans, and i2c_receive().
Here is the call graph for this function:| void humid_htm_start | ( | void | ) |
Definition at line 57 of file humid_htm_b71.c.
References HTM_I2C_DEV, HTM_MR, HTM_SLAVE_ADDR, htm_status, htm_trans, i2c_transmit(), and sys_time::nb_sec.
Here is the call graph for this function: