LoRa-BLE-Sensor
|
Structure for the sensor app configuration. This is used to store the sensor configuration and state. More...
#include <sensor_app.h>
Public Attributes | |
enum sensor_app_state | state |
uint8_t | connect_network_during_configuration |
enum sensor_types | sensor_1_type |
char | sensor_1_type_name [SENSOR_TYPE_NAME_LENGTH] |
enum sensor_types | sensor_2_type |
char | sensor_2_type_name [SENSOR_TYPE_NAME_LENGTH] |
enum sensor_voltage | sensor_1_voltage |
char | sensor_1_voltage_name [SENSOR_VOLTAGE_NAME_LENGTH] |
enum sensor_voltage | sensor_2_voltage |
char | sensor_2_voltage_name [SENSOR_VOLTAGE_NAME_LENGTH] |
uint8_t | is_sensor_1_enabled |
uint8_t | is_sensor_2_enabled |
uint8_t | sensor_1_frequency |
uint8_t | sensor_2_frequency |
uint8_t * | sensor_1_latest_data |
uint32_t | sensor_1_latest_data_timestamp |
uint8_t * | sensor_2_latest_data |
uint32_t | sensor_2_latest_data_timestamp |
Structure for the sensor app configuration. This is used to store the sensor configuration and state.