#include <nitroWiFi/cps.h>
void CPS_Startup(CPSConfig *config);
config |
Configuration information |
None.
Enables the CPS library for use. Two threads are created. When using the SSL library, RTC must be initialized using RTC_Init()
. Does not block.
10/21/2005 Initial version.