IRremote
IRVersion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION_IRREMOTE   "4.3.0"
 
#define VERSION_IRREMOTE_MAJOR   4
 
#define VERSION_IRREMOTE_MINOR   3
 
#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)
 

Macro Definition Documentation

◆ VERSION_HEX_VALUE

#define VERSION_HEX_VALUE (   major,
  minor,
  patch 
)    ((major << 16) | (minor << 8) | (patch))

Definition at line 49 of file IRVersion.h.

◆ VERSION_IRREMOTE

#define VERSION_IRREMOTE   "4.3.0"

Definition at line 40 of file IRVersion.h.

◆ VERSION_IRREMOTE_HEX

Definition at line 50 of file IRVersion.h.

◆ VERSION_IRREMOTE_MAJOR

#define VERSION_IRREMOTE_MAJOR   4

Definition at line 41 of file IRVersion.h.

◆ VERSION_IRREMOTE_MINOR

#define VERSION_IRREMOTE_MINOR   3

Definition at line 42 of file IRVersion.h.

◆ VERSION_IRREMOTE_PATCH

#define VERSION_IRREMOTE_PATCH   0

Definition at line 43 of file IRVersion.h.