AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
AFBR-S50 CAN Application version number. More...
Macros | |
#define | CAN_APP_VERSION_MAJOR 0 |
#define | CAN_APP_VERSION_MINOR 1 |
#define | CAN_APP_VERSION_BUGFIX 0 |
#define | MAKE_VERSION(major, minor, bugfix) (((major) << 24) | ((minor) << 16) | (bugfix)) |
#define | CAN_APP_VERSION |
AFBR-S50 CAN Application version number.
Contains the AFBR-S50 CAN Application version number.
#define CAN_APP_VERSION |
Version number of the CAN Application.
#define CAN_APP_VERSION_BUGFIX 0 |
Bugfix version number of the CAN Application.
#define CAN_APP_VERSION_MAJOR 0 |
Major version number of the CAN Application.
#define CAN_APP_VERSION_MINOR 1 |
Minor version number of the CAN Application.
#define MAKE_VERSION | ( | major, | |
minor, | |||
bugfix | |||
) | (((major) << 24) | ((minor) << 16) | (bugfix)) |
Construct the version number for drivers.