1.2.5.72 LBP_InitDev Function
C
void LBP_InitDev ( void );
Summary
Restarts the Device LBP module.
Description
This routine restarts the Device LBP module.
Parameters
None.
Returns
None.
Example
// G3 Initialization // Open ADP ADP_Open(ADP_BAND_CENELEC_A); // Initialize LBP Module to later Join a Network LBP_InitDev();
Remarks
This routine must be called before any other Device LBP API function.