Junichi Katsu / Mbed 2 deprecated temp_lcd_sd

Dependencies:   SB1602E SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
mbed_Cookbook_SE
Date:
Wed Jan 20 15:16:30 2016 +0000
Parent:
2:78ba5d3f0ac9
Commit message:
??

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun May 17 06:31:47 2015 +0000
+++ b/main.cpp	Wed Jan 20 15:16:30 2016 +0000
@@ -5,7 +5,7 @@
 #define LOG_MAX 120
 
 AnalogIn sensor(dp13);
-SB1602E lcd(  dp5, dp27 );
+SB1602E lcd( dp5, dp27 );
 SDFileSystem sd(dp2, dp1, dp6, dp4, "sd");
 
 int main() {