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.
Dependencies: mbed wave_player 4DGL-uLCD-SE MMA8452
speech.h
00001 #ifndef SPEECH_H 00002 #define SPEECH_H 00003 00004 /** 00005 * Display a speech bubble. 00006 */ 00007 void speech(const char* line1, const char* line2, const char* line3, const char* line4); 00008 00009 /** 00010 * Display a long speech bubble (more than 2 lines). 00011 * 00012 * @param lines The actual lines of text to display 00013 * @param n The number of lines to display. 00014 */ 00015 void long_speech(const char* lines, int n); 00016 00017 #endif // SPEECH_H
Generated on Fri Jul 15 2022 03:29:10 by
