AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
Explorer Application Code Version. More...
Macros | |
#define | EXPLORER_VERSION_MAJOR 1 |
Major version number of the platform code. | |
#define | EXPLORER_VERSION_MINOR 5 |
Minor version number of the platform code. | |
#define | EXPLORER_VERSION_BUGFIX 6 |
Bugfix version number of the platform code. | |
#define | EXPLORER_VERSION_BUILD "20240208081753" |
#define | MAKE_VERSION(major, minor, bugfix) (((major) << 24) | ((minor) << 16) | (bugfix)) |
Construct the version number for drivers. | |
#define | EXPLORER_VERSION |
the current version of the platform code. | |
Explorer Application Code Version.
Provides a version number for Explorer Application.
#define EXPLORER_VERSION |
the current version of the platform code.
#define EXPLORER_VERSION_BUGFIX 6 |
Bugfix version number of the platform code.
#define EXPLORER_VERSION_BUILD "20240208081753" |
Build version number of the AFBR-S50 API.
#define EXPLORER_VERSION_MAJOR 1 |
Major version number of the platform code.
#define EXPLORER_VERSION_MINOR 5 |
Minor version number of the platform code.
#define MAKE_VERSION | ( | major, | |
minor, | |||
bugfix | |||
) | (((major) << 24) | ((minor) << 16) | (bugfix)) |
Construct the version number for drivers.