Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LSI_Compass loop_test CanSat-C_test test
Diff: speak.h
- Revision:
- 3:395d8e8f9051
- Parent:
- 2:6eb2b256a28a
--- a/speak.h Thu Oct 28 09:55:12 2021 +0000
+++ b/speak.h Thu Nov 04 11:33:26 2021 +0000
@@ -16,7 +16,6 @@
do{
mess[i++]= pc.getc();
}while(mess[i-1]!= 0x0d && i<99);
- //pc.scanf("%s",mess);
talk.Synthe(mess);
}else{
pc.printf("preset_message speak\r\n");