Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

Embed: (wiki syntax)

« Back to documentation index

Idle hook function

Idle hook function
[Rtos]

Functions

void rtos_attach_idle_hook (void(*fptr)(void))

Function Documentation

void rtos_attach_idle_hook ( void(*)(void)  fptr )
Note:
Sets the hook function called by idle task
Parameters:
fptrHook function pointer.