C
void WF_GetDeviceInfo( tWFDeviceInfo * p_deviceInfo );
Description
Version functions
Retrieves RF module information.
- MRF24WB will have romVersion = 0x12.
- MRF24WG will have romVersion = 0x30 or 0x31.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_deviceInfo |
Pointer where device info will be written |
Returns
None.
Remarks
None.