Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_sensorsim_state_t Struct Reference

ble_sensorsim_state_t Struct Reference
[Sensor Data Simulator]

Triangular waveform sensor simulator state. More...

#include <ble_sensorsim.h>

Data Fields

uint32_t current_val
 Current sensor value.
bool is_increasing
 TRUE if the simulator is in increasing state, FALSE otherwise.

Detailed Description

Triangular waveform sensor simulator state.

Definition at line 39 of file ble_sensorsim.h.


Field Documentation

uint32_t current_val

Current sensor value.

Definition at line 41 of file ble_sensorsim.h.

TRUE if the simulator is in increasing state, FALSE otherwise.

Definition at line 42 of file ble_sensorsim.h.