Call back functions
Call back functions describing an application.
This is a callback function that describes the application. Callback means called by the system (library). The user defines several callback functions to describe the behavior of the system.
The following callback functions are mandatory definitions.
setup()
loop()
If no other functions are defined, an empty function that does nothing is linked instead.
Normal callback call sequence
Please refer to the source code mwx_appcore.cpp
if you want to see the exact behavior.
Order of callback invocation on return to sleep
Please refer to the source code mwx_appcore.cpp
if you want to see the exact behavior.
最終更新