Callback Function                                                       Last updated 2010.1.18 (v1.0 Eng)

Callback function is a function that runs independently of the main program routine and is automatically executed at fixed intervals.  Therefore, a callback function cannot include code that requires much time.  Use of loops, variables, and function calls are limited.  

 

Usage

 

Example

program_callback.png