MPLAB Harmony Bluetooth Help
|
Maintains the driver's control and data interface state machine.
Function DRV_BM71_Tasks:
void DRV_BM71_Tasks( void );
This routine is used to maintain the driver's internal control and data interface state machine and implement its control and data interface implementations.
This function should be called from the SYS_Tasks() function.
None.
None.
// (in SYS_Tasks, system_tasks.c) // Maintain Device Drivers DRV_BM71_Tasks();
void DRV_BM71_Tasks();
MPLAB Harmony Bluetooth Help
|