|
GamepadCodec Arduino Lib 1.0.1
|
#include <WString.h>Go to the source code of this file.
Functions | |
| String | gamepad_codec_lib::Version () |
| Get the version number string. | |
Variables | |
| constexpr uint8_t | gamepad_codec_lib::kVersionMajor = 1 |
| Major version number. | |
| constexpr uint8_t | gamepad_codec_lib::kVersionMinor = 0 |
| Minor version number. | |
| constexpr uint8_t | gamepad_codec_lib::kVersionPatch = 1 |
| Patch version number. | |
| #define _GAMEPAD_CODEC_LIB_H_ |
Definition at line 4 of file gamepad_codec_lib.h.
| String gamepad_codec_lib::Version | ( | ) |
Get the version number string.
Definition at line 54 of file gamepad_codec_lib.h.
|
constexpr |
Major version number.
Definition at line 22 of file gamepad_codec_lib.h.
|
constexpr |
Minor version number.
Definition at line 32 of file gamepad_codec_lib.h.
|
constexpr |
Patch version number.
Definition at line 42 of file gamepad_codec_lib.h.