ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ri_comm_dis_init_t Struct Reference

#include <ruuvi_interface_communication.h>

Data Fields

char fw_version [RI_COMM_DIS_STRLEN]
 Human readable firmware version. More...
 
char model [RI_COMM_DIS_STRLEN]
 Human readable board model. More...
 
char hw_version [RI_COMM_DIS_STRLEN]
 Human readable hardware version. More...
 
char manufacturer [RI_COMM_DIS_STRLEN]
 Human readable manufacturer name. More...
 
char deviceid [RI_COMM_DIS_STRLEN]
 Human readable device ID. More...
 
char deviceaddr [RI_COMM_DIS_STRLEN]
 Human readable device address, e.g. MAC. More...
 

Detailed Description

Definition at line 100 of file ruuvi_interface_communication.h.

Field Documentation

◆ deviceaddr

char deviceaddr[RI_COMM_DIS_STRLEN]

Human readable device address, e.g. MAC.

Definition at line 107 of file ruuvi_interface_communication.h.

◆ deviceid

char deviceid[RI_COMM_DIS_STRLEN]

Human readable device ID.

Definition at line 106 of file ruuvi_interface_communication.h.

◆ fw_version

char fw_version[RI_COMM_DIS_STRLEN]

Human readable firmware version.

Definition at line 102 of file ruuvi_interface_communication.h.

◆ hw_version

char hw_version[RI_COMM_DIS_STRLEN]

Human readable hardware version.

Definition at line 104 of file ruuvi_interface_communication.h.

◆ manufacturer

char manufacturer[RI_COMM_DIS_STRLEN]

Human readable manufacturer name.

Definition at line 105 of file ruuvi_interface_communication.h.

◆ model

char model[RI_COMM_DIS_STRLEN]

Human readable board model.

Definition at line 103 of file ruuvi_interface_communication.h.


The documentation for this struct was generated from the following file: