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.
Revision 1:9ac3c6f45e84, committed 2016-12-19
- Comitter:
 - orivant
 - Date:
 - Mon Dec 19 05:36:54 2016 +0000
 - Parent:
 - 0:ea6cbd4e50ce
 - Commit message:
 - ?????????
 
Changed in this revision
| LcdAqm0802.h | Show annotated file Show diff for this revision Revisions of this file | 
--- a/LcdAqm0802.h	Sun Dec 18 08:12:40 2016 +0000
+++ b/LcdAqm0802.h	Mon Dec 19 05:36:54 2016 +0000
@@ -21,7 +21,7 @@
 *   wait_ms(40);    //!< LCD動作が安定するまで電源投入後40ms以上待つ必要がある
 *   lcd.initialize();
 *
-*   lcd.puts("Hallow\r\nWorld!");
+*   lcd.puts("Hellow\r\nWorld!");
 *
 *   wait(1) {
 *   }