|
AFBR-S50 API Reference Manual
v1.6.5
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. More... | |
| #define | EXPLORER_VERSION_MINOR 6 |
| Minor version number of the platform code. More... | |
| #define | EXPLORER_VERSION_BUGFIX 5 |
| Bugfix version number of the platform code. More... | |
| #define | EXPLORER_VERSION_BUILD "20250213103358" |
| #define | MAKE_VERSION(major, minor, bugfix) (((major) << 24) | ((minor) << 16) | (bugfix)) |
| Construct the version number for drivers. More... | |
| #define | EXPLORER_VERSION |
| the current version of the platform code. More... | |
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 5 |
Bugfix version number of the platform code.
| #define EXPLORER_VERSION_BUILD "20250213103358" |
Build version number of the AFBR-S50 API.
| #define EXPLORER_VERSION_MAJOR 1 |
Major version number of the platform code.
| #define EXPLORER_VERSION_MINOR 6 |
Minor version number of the platform code.
| #define MAKE_VERSION | ( | major, | |
| minor, | |||
| bugfix | |||
| ) | (((major) << 24) | ((minor) << 16) | (bugfix)) |
Construct the version number for drivers.