Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
humid_htm_b71.h File Reference
#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)
 

Enumeration Type Documentation

enum htm_type
Enumerator
HTM_IDLE 
HTM_MR 
HTM_MR_OK 
HTM_READ_DATA 

Definition at line 6 of file humid_htm_b71.h.

Function Documentation

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: