Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 40 of file ble_sensorsim.h.
Field Documentation
uint32_t current_val |
Current sensor value.
Definition at line 42 of file ble_sensorsim.h.
bool is_increasing |
TRUE if the simulator is in increasing state, FALSE otherwise.
Definition at line 43 of file ble_sensorsim.h.
Generated on Tue Jul 12 2022 12:14:23 by
