...
Expand | ||
---|---|---|
| ||
Call CWPortInitTask(), and then from the main loop or dedicated task/thread periodically call CWPortTaskCWPortRunTask(). Refer to ./_OpenKitchenEquipment_OKE/ports/windows/main.c for an example of how to initialize and call the ConnectWare Library from your main() function. See CWL Task for a detailed explanation of how to properly invoke CWPortInitTask() and CWPortRunTask(). |
...