changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_sensorsim.h File Reference

ble_sensorsim.h File Reference

Go to the source code of this file.

Data Structures

struct  ble_sensorsim_cfg_t
 Triangular waveform sensor simulator configuration. More...
struct  ble_sensorsim_state_t
 Triangular waveform sensor simulator state. More...

Functions

void ble_sensorsim_init (ble_sensorsim_state_t *p_state, const ble_sensorsim_cfg_t *p_cfg)
 Function for initializing a triangular waveform sensor simulator.
uint32_t ble_sensorsim_measure (ble_sensorsim_state_t *p_state, const ble_sensorsim_cfg_t *p_cfg)
 Function for generating a simulated sensor measurement using a triangular waveform generator.

Detailed Description

Definition in file ble_sensorsim.h.