nRF51 SDK - S110 SoftDevice
|
Triangular waveform sensor simulator configuration. More...
#include <ble_sensorsim.h>
Data Fields | |
uint32_t | min |
uint32_t | max |
uint32_t | incr |
bool | start_at_max |
Triangular waveform sensor simulator configuration.
uint32_t ble_sensorsim_cfg_t::incr |
Increment between each measurement.
uint32_t ble_sensorsim_cfg_t::max |
Maximum simulated value.
uint32_t ble_sensorsim_cfg_t::min |
Minimum simulated value.
bool ble_sensorsim_cfg_t::start_at_max |
TRUE is measurement is to start at the maximum value, FALSE if it is to start at the minimum.