EasyVR Speech Recogniton and Speech Synthesis Demo

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
4180_1
Date:
Sun May 29 00:44:38 2011 +0000
Parent:
0:2fda8809cd0e
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2fda8809cd0e -r 5cf36d70a7d2 main.cpp
--- a/main.cpp	Wed May 25 02:33:27 2011 +0000
+++ b/main.cpp	Sun May 29 00:44:38 2011 +0000
@@ -12,9 +12,9 @@
     device.putc('w');
     // small delay is needed between characters
     wait(.001);
-    device.putc('A' + num/10);
+    device.putc('A' + num/32);
     wait(.001);
-    device.putc('A' + num%10);
+    device.putc('A' + num%32);
     wait(.001);
     device.putc('P');
     while (device.getc()!='o') {}