Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
11:ea484e1b7fc4
Parent:
1:6ec9998427ad
Child:
16:7f1d6d359787
--- a/types/PeriodicTimer.h	Mon Aug 11 21:59:00 2014 -0700
+++ b/types/PeriodicTimer.h	Tue Aug 12 02:34:46 2014 -0700
@@ -16,6 +16,11 @@
 namespace wiconnect
 {
 
+/**
+ * Class for periodically calling a supplied callback.
+ *
+ * @note Internal use only
+ */
 class PeriodicTimer WICONNECT_PERIODIC_TIMER_BASE_CLASS
 {
 public: