EasyVR3_LED_Library

Files at this revision

API Documentation at this revision

Comitter:
Xiaofei
Date:
Thu Oct 22 21:14:11 2015 +0000
Parent:
8:eea5cae84e5d
Commit message:
test

Changed in this revision

EasyVR.h Show annotated file Show diff for this revision Revisions of this file
--- 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: