display your latest tweet with WiFly RN-XV and AD128160-UART

Dependencies:   AD128160_kazushi_branch HTTPClient mbed PowerControl WiflyInterface

Fork of FontTest3 by Sim mbed

/media/uploads/kazushi2008/_scaled_twittermbed_scene.jpg /media/uploads/kazushi2008/_scaled_twittermbed.jpg

Please see at http://kazushi-lab.c.fun.ac.jp/pukiwiki/index.php?TwitterMbed

Revision:
4:d7a5f6fe7987
Parent:
3:cce58539833e
Child:
6:5aa67ed9ae43
--- a/main.cpp	Wed Jan 09 05:40:55 2013 +0000
+++ b/main.cpp	Wed Jan 09 07:33:29 2013 +0000
@@ -12,14 +12,14 @@
 #define countof(x) ( sizeof(x) / sizeof(x[0]) )
 
 #define SECURE GSSEC_WPA_PSK
-#define SSID "mima-lab"
-#define PASS "ikaika5656"
+#define SSID "SSID"
+#define PASS "passkey"
 
 #define HTTP_HOST "api.supertweet.net" // SuperTweet.net
 //#define HTTP_URI "/1.1/statuses/show.json?id=281639966776369152"
 #define HTTP_URI "/1.1/statuses/user_timeline.json?screen_name=pla3c&count=1"
-#define HTTP_USER "pla3c"
-#define HTTP_PASS "pla3c"
+#define HTTP_USER "username"
+#define HTTP_PASS "password"
 #define INTERVAL_SEC 60.0
 
 //#define _DEBUG