2020-2021 Sunseeker Telemetry and Lighting System
version.h File Reference

Go to the source code of this file.

Macros

#define DRIVERLIB_VER_MAJOR   2
 
#define DRIVERLIB_VER_MINOR   91
 
#define DRIVERLIB_VER_PATCH   13
 
#define DRIVERLIB_VER_BUILD   01
 
#define getVersion()
 

Macro Definition Documentation

◆ DRIVERLIB_VER_BUILD

#define DRIVERLIB_VER_BUILD   01

Definition at line 5 of file version.h.

◆ DRIVERLIB_VER_MAJOR

#define DRIVERLIB_VER_MAJOR   2

Definition at line 2 of file version.h.

◆ DRIVERLIB_VER_MINOR

#define DRIVERLIB_VER_MINOR   91

Definition at line 3 of file version.h.

◆ DRIVERLIB_VER_PATCH

#define DRIVERLIB_VER_PATCH   13

Definition at line 4 of file version.h.

◆ getVersion

#define getVersion ( )
Value:
((uint32_t)DRIVERLIB_VER_MAJOR<<24 | \
(uint32_t)DRIVERLIB_VER_MINOR<<16 | \
(uint32_t)DRIVERLIB_VER_PATCH<<8 | \
#define DRIVERLIB_VER_BUILD
Definition: version.h:5
#define DRIVERLIB_VER_MINOR
Definition: version.h:3
#define DRIVERLIB_VER_MAJOR
Definition: version.h:2
#define DRIVERLIB_VER_PATCH
Definition: version.h:4

Definition at line 8 of file version.h.