Using std::ostream with TextLCD

Dependencies:   ACM1602NI TextLCD

Dependents:   TextLCD_ostream_sample

This is class library inherited std::ostream for TextLCD
Because a large amount of memory is needed, do not work in low memory MPU

Sample program is here. And notebook page is here (sorry notebook page is only in Japanese)

Files at this revision

API Documentation at this revision

Comitter:
jk1lot
Date:
Sun Jun 19 01:10:35 2016 +0000
Parent:
1:e46139d4b8ba
Child:
3:183bcab4951b
Commit message:
collect miss spell

Changed in this revision

TextLCD_ostream.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD_ostream.h	Sat Jun 18 14:20:29 2016 +0000
+++ b/TextLCD_ostream.h	Sun Jun 19 01:10:35 2016 +0000
@@ -17,7 +17,7 @@
     TextLCD_Base *lcd;
 };
 
-/** ostream rapper for TextLCD
+/** ostream wrapper for TextLCD
 @code
 #include "mbed.h"
 #include "TextLCD_ostream.h"