MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Push button switch. More...
#include "sensor_common.h"
Go to the source code of this file.
Functions | |
METAWEAR_API MblMwDataSignal * | mbl_mw_switch_get_state_data_signal (const MblMwMetaWearBoard *board) |
Retrieves the data signal representing switch state data The switch is either pushed (1) or not pushed (0) More... | |
Push button switch.
METAWEAR_API MblMwDataSignal* mbl_mw_switch_get_state_data_signal | ( | const MblMwMetaWearBoard * | board | ) |
Retrieves the data signal representing switch state data The switch is either pushed (1) or not pushed (0)
board | Pointer to the board to retrieve the signal from |