mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

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 40 of file ble_sensorsim.h.


Field Documentation

uint32_t current_val

Current sensor value.

Definition at line 42 of file ble_sensorsim.h.

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

Definition at line 43 of file ble_sensorsim.h.