Get the version number of the Photon libraries
unsigned PhLibVersion( void );
ph
This function returns the version of the Photon library that the calling application is using.
You can use Ph_LIB_VERSION (defined in <PhT.h>) to determine the Photon library version when you're compiling.
The version number of the Photon libraries, expressed as:
major version * 100 + minor version
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
“Photon libraries” in the Introduction chapter of the Photon Programmer's Guide