...
Note |
---|
The QSL is currently meant to be run in a single threaded environment, thus you can just use stub functions for the prototypes in dn_lock.h. If you wish to run the QSL in a multi-threaded environment, you should create your own mutex (separate from the prototypes in dn_lock.h) to be locked/unlocked before/after calls to the QSL API. |
Panel |
---|
C Library SpecificRefer to the dustcloud documentation for further details on how to port the prototypes in these headers. |
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QuickStart Library Specific
These functions allows the QSL to perform timing, schedule tasks and sleep to save power.
This function allows the QSL to make sure any watchdog in the user application is fed during processes that can take some time (e.g. searching for a network).
|