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.
Fork of BLE_WallbotBLE_Challenge by
ble_sensorsim_cfg_t Struct Reference
[Sensor Data Simulator]
Triangular waveform sensor simulator configuration. More...
#include <ble_sensorsim.h>
Data Fields | |
uint32_t | min |
Minimum simulated value. | |
uint32_t | max |
Maximum simulated value. | |
uint32_t | incr |
Increment between each measurement. | |
bool | start_at_max |
TRUE is measurement is to start at the maximum value, FALSE if it is to start at the minimum. |
Detailed Description
Triangular waveform sensor simulator configuration.
Definition at line 30 of file ble_sensorsim.h.
Field Documentation
uint32_t incr |
Increment between each measurement.
Definition at line 34 of file ble_sensorsim.h.
uint32_t max |
Maximum simulated value.
Definition at line 33 of file ble_sensorsim.h.
uint32_t min |
Minimum simulated value.
Definition at line 32 of file ble_sensorsim.h.
bool start_at_max |
TRUE is measurement is to start at the maximum value, FALSE if it is to start at the minimum.
Definition at line 35 of file ble_sensorsim.h.
Generated on Tue Jul 12 2022 13:52:34 by
