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

Files at this revision

API Documentation at this revision

Comitter:
kazushi2008
Date:
Sun Feb 10 13:07:29 2013 +0000
Parent:
7:9bcee69d9b20
Child:
9:86dd65b94dca
Commit message:
to fix a bug overload electric current

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Feb 10 06:07:04 2013 +0000
+++ b/main.cpp	Sun Feb 10 13:07:29 2013 +0000
@@ -14,14 +14,14 @@
 #define countof(x) ( sizeof(x) / sizeof(x[0]) )
 
 #define SECURE GSSEC_WPA_PSK
-#define SSID "mima-lab"
-#define PASS "ikaika5656"
+#define SSID "WIFISSID"
+#define PASS "abcdef1234"
 
 #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 "user"
+#define HTTP_PASS "pass"
 #define INTERVAL_SEC 60.0
 
 //#define _DEBUG