MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
datasignal_fwd.h
Go to the documentation of this file.
1 
6 #pragma once
7 
12 #ifdef __cplusplus
13 struct MblMwDataSignal;
14 #else
15 typedef struct MblMwDataSignal MblMwDataSignal;
16 #endif
struct MblMwDataSignal MblMwDataSignal
A event fired from the MetaWear board that also contains data.
Definition: datasignal_fwd.h:15