1.1.4.7.3 DRV_WM8904_VersionStrGet Function

int8_t* DRV_WM8904_VersionStrGet(void)

Summary

This function returns the version of WM8904 driver in string format.

Description

The DRV_WM8904_VersionStrGet function returns a string in the format: "." Where: is the WM8904 driver's version number. is the WM8904 driver's version number. is an optional "patch" or "dot" release number (which is not included in the string if it equals "00"). is an optional release type ("a" for alpha, "b" for beta ? not the entire word spelled out) that is not included if the release is a production version (I.e. Not an alpha or beta).

The String does not contain any spaces. For example, "0.03a" "1.00"

Preconditions

None.

Returns

Returns a string containing the version of WM8904 driver.

Remarks

None

Example

int8_t *WM8904string; WM8904string = DRV_WM8904_VersionStrGet();

C

int8_t* DRV_WM8904_VersionStrGet();