Tools
LoRa Basics MAC
Application Startup (appstart)
The appstart module provides the default initialization code, sets up the runtime environment and starts the scheduler. It is recommended that applications make use of this module to ensure proper setup of operations.
Hooks
The appstart module provides the following hook:
appstart
void appstart
(osjob_t* job)
This hook is called upon startup after the runtime environment has been initialized. The parameter job provides a pointer to the job on which this hook is called; the application may re-use this structure to schedule future jobs.