EasyVR3_LED_Library

Revision:
9:48b0f2d9c506
Parent:
8:eea5cae84e5d
--- a/EasyVR.h	Thu Oct 22 21:12:06 2015 +0000
+++ b/EasyVR.h	Thu Oct 22 21:14:11 2015 +0000
@@ -2,21 +2,8 @@
 #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
- */
+// @author Stephane Rochon
+
 class EasyVR
 {
 public: