|
GamepadCodec Arduino Lib 1.0.1
|
#include <stdint.h>#include "gamepad_input_tracker.h"Go to the source code of this file.
Enumerations | |
| enum class | gamepad::codec::DataType : uint8_t { kGamepadInputState = 0x01 } |
| Data type identifiers for the payload. More... | |
| #define _GAMEPAD_CODEC_DATA_TYPE_H_ |
Definition at line 4 of file gamepad_codec_data_type.h.
|
strong |
Data type identifiers for the payload.
The first byte of the payload identifies the type of data being transmitted.
| Enumerator | ||
|---|---|---|
| kGamepadInputState | 0x01 | Gamepad input state (buttons + axes). |
Definition at line 44 of file gamepad_codec_data_type.h.