i2c  1.4.2
RoadNarrows Robotics I2C Package
version.h File Reference

Package version information. More...

#include "rnr/pkg.h"

Go to the source code of this file.

Macros

#define PKG_NAME   "i2c"
 
#define PKG_VERSION   "1.4.2"
 
#define PKG_TIMESTAMP   "2018.08.10 13:54:14"
 
#define PKG_DATE   "2018"
 
#define PKG_FULL_NAME   "i2c-1.4.2"
 
#define PKG_AUTHORS   "Robin Knight"
 
#define PKG_OWNERS   "RoadNarrows LLC"
 
#define PKG_DISCLAIMER   "See the README and EULA files for any copyright and licensing information."
 

Variables

static const PkgInfo_T PkgInfo
 

Detailed Description

Package version information.

Warning
Auto-generated by Rules.mk on 2018.08.10 13:54:14
Copyright:
All Rights Reserved

Definition in file version.h.

Macro Definition Documentation

#define PKG_AUTHORS   "Robin Knight"

package author(s)

Definition at line 36 of file version.h.

#define PKG_DATE   "2018"

package extended creation date

Definition at line 30 of file version.h.

#define PKG_DISCLAIMER   "See the README and EULA files for any copyright and licensing information."

package legal disclaimer

Definition at line 42 of file version.h.

#define PKG_FULL_NAME   "i2c-1.4.2"

package full name

Definition at line 33 of file version.h.

#define PKG_NAME   "i2c"

package name

Definition at line 21 of file version.h.

#define PKG_OWNERS   "RoadNarrows LLC"

package owner(s)

Definition at line 39 of file version.h.

#define PKG_TIMESTAMP   "2018.08.10 13:54:14"

package build date

Definition at line 27 of file version.h.

#define PKG_VERSION   "1.4.2"

package dotted version

Definition at line 24 of file version.h.

Variable Documentation

const PkgInfo_T PkgInfo
static
Initial value:
=
{
"i2c" ,
"1.4.2" ,
"2018.08.10 13:54:14" ,
"2018" ,
"i2c-1.4.2" ,
"Robin Knight" ,
"RoadNarrows LLC" ,
"See the README and EULA files for any copyright and licensing information."
}

The package

Definition at line 45 of file version.h.

Referenced by MainInit().