cc3000 twitter demo, uses supertweet services. Set your account there and then fill a user and a secret inside the demo.

Dependencies:   HTTPClient NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed

Uses http://www.supertweet.net/, please register there and fill user and secret inside the application.

Revision:
2:0ceaeaa53a81
Parent:
1:f35cc7e300f7
Child:
3:1fbe23ea24c1
--- a/main.cpp	Mon Oct 07 18:42:23 2013 +0200
+++ b/main.cpp	Tue Oct 08 14:51:53 2013 +0000
@@ -71,7 +71,7 @@
 void connect_to_ssid(char *ssid, char *key, unsigned char sec_mode) {
     printf("Connecting to SSID: %s. Timeout is 10s. \r\n",ssid);
     if (wifi.connect_to_AP((uint8_t *)ssid, (uint8_t *)key, sec_mode) == true) {
-        printf(" Connected \r\n");
+        printf(" Connected. \r\n");
     } else {
         printf(" Connection timed-out (error). Please restart. \r\n");
         while(1);