|
CodexPadFrameDecoder Arduino Lib 1.0.3
|
#include <WString.h>Go to the source code of this file.
Functions | |
| String | codex_pad_frame_decoder_lib::Version () |
| Get the version number string. | |
Variables | |
| constexpr uint8_t | codex_pad_frame_decoder_lib::kVersionMajor = 1 |
| Major version number. | |
| constexpr uint8_t | codex_pad_frame_decoder_lib::kVersionMinor = 0 |
| Minor version number. | |
| constexpr uint8_t | codex_pad_frame_decoder_lib::kVersionPatch = 3 |
| Patch version number. | |
| #define _CODEX_PAD_FRAME_DECODER_LIB_H_ |
Definition at line 4 of file codex_pad_frame_decoder_lib.h.
| String codex_pad_frame_decoder_lib::Version | ( | ) |
Get the version number string.
Definition at line 53 of file codex_pad_frame_decoder_lib.h.
|
constexpr |
Major version number.
Definition at line 21 of file codex_pad_frame_decoder_lib.h.
|
constexpr |
Minor version number.
Definition at line 31 of file codex_pad_frame_decoder_lib.h.
|
constexpr |
Patch version number.
Definition at line 41 of file codex_pad_frame_decoder_lib.h.