USB Host Shield 2.0
|
#include <SwitchProParser.h>
Public Attributes | |
int16_t | accX |
int16_t | accY |
int16_t | accZ |
int16_t | gyroX |
int16_t | gyroY |
int16_t | gyroZ |
Definition at line 97 of file SwitchProParser.h.
int16_t ImuData::accX |
Definition at line 98 of file SwitchProParser.h.
int16_t ImuData::accY |
Definition at line 98 of file SwitchProParser.h.
int16_t ImuData::accZ |
Definition at line 98 of file SwitchProParser.h.
int16_t ImuData::gyroX |
Definition at line 99 of file SwitchProParser.h.
int16_t ImuData::gyroY |
Definition at line 99 of file SwitchProParser.h.
int16_t ImuData::gyroZ |
Definition at line 99 of file SwitchProParser.h.