LUFA Library  130901
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Version.h File Reference

LUFA library version constants. More...

Macros

#define LUFA_VERSION_INTEGER   0x130901
 
#define LUFA_VERSION_STRING   "130901"
 

Detailed Description

Version constants for informational purposes and version-specific macro creation. This header file contains the current LUFA version number in several forms, for use in the user-application (for example, for printing out whilst debugging, or for testing for version compatibility).

Macro Definition Documentation

#define LUFA_VERSION_INTEGER   0x130901

Indicates the version number of the library, as an integer.

#define LUFA_VERSION_STRING   "130901"

Indicates the version number of the library, as a string.