|
IRremote
|

Go to the source code of this file.
Macros | |
| #define | VERSION_IRREMOTE "4.5.0" |
| #define | VERSION_IRREMOTE_MAJOR 4 |
| #define | VERSION_IRREMOTE_MINOR 5 |
| #define | VERSION_IRREMOTE_PATCH 0 |
| #define | VERSION_HEX_VALUE(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) |
| #define | VERSION_IRREMOTE_HEX VERSION_HEX_VALUE(VERSION_IRREMOTE_MAJOR, VERSION_IRREMOTE_MINOR, VERSION_IRREMOTE_PATCH) |
| #define VERSION_HEX_VALUE | ( | major, | |
| minor, | |||
| patch | |||
| ) | ((major << 16) | (minor << 8) | (patch)) |
Definition at line 49 of file IRVersion.h.
| #define VERSION_IRREMOTE "4.5.0" |
Definition at line 40 of file IRVersion.h.
| #define VERSION_IRREMOTE_HEX VERSION_HEX_VALUE(VERSION_IRREMOTE_MAJOR, VERSION_IRREMOTE_MINOR, VERSION_IRREMOTE_PATCH) |
Definition at line 50 of file IRVersion.h.
| #define VERSION_IRREMOTE_MAJOR 4 |
Definition at line 41 of file IRVersion.h.
| #define VERSION_IRREMOTE_MINOR 5 |
Definition at line 42 of file IRVersion.h.
| #define VERSION_IRREMOTE_PATCH 0 |
Definition at line 43 of file IRVersion.h.