EasyVR3_LED_Library

Revision:
3:05cef12c147a
Parent:
1:8b8bb6ac9d11
Child:
4:ebfb0b26d192
--- a/EasyVR.h	Thu Oct 22 20:44:43 2015 +0000
+++ b/EasyVR.h	Thu Oct 22 21:01:51 2015 +0000
@@ -1,6 +1,22 @@
 #pragma once
 #include "mbed.h"
 #include "protocol.h"
+
+/** My HelloWorld class.
+ *  Used for printing "Hello World" on USB serial.
+ *
+ * Example:
+ * @code
+ * #include "mbed.h"
+ * #include "HelloWorld.h"
+ *
+ * HelloWorld hw();
+ * 
+ * int main() {
+ *     hw.printIt(2);
+ * }
+ * @endcode
+ */
 class EasyVR
 {
 public: