Fx0 hackathon team4

Dependencies:   NySNICInterface mbed-rtos mbed

Fork of RESTServerSample by KDDI Fx0 hackathon

Revision:
9:01aa69185ed8
Parent:
5:70c9f6045f2d
--- a/main.cpp	Sun Feb 15 06:12:58 2015 +0000
+++ b/main.cpp	Sun Feb 15 13:18:24 2015 +0000
@@ -2,25 +2,16 @@
 #include "SNIC_WifiInterface.h"
 #include "HTTPServer.h"
 
+#include "control_motors.h"
+
 /**
  * Wifi AP parameter
  */
 
 /* Set this */ 
-//#define WIFI_SSID           ""
-//#define WIFI_SECUTIRY_KEY   ""
-
-/*
-#define WIFI_SSID           "2ndguests"
-#define WIFI_SECUTIRY_KEY   "Sepkddi0077"
+#define WIFI_SSID           ""
+#define WIFI_SECUTIRY_KEY   ""
 #define WIFI_SECURITY_TYPE  e_SEC_WPA2_AES
-*/
-
-//#define WIFI_SSID           "Team3_4"
-#define WIFI_SSID           "Team11_12"
-#define WIFI_SECUTIRY_KEY   "123456789"
-#define WIFI_SECURITY_TYPE  e_SEC_WPA2_AES
-
 //#define WIFI_SECURITY_TYPE  e_SEC_OPEN
 //#define WIFI_SECURITY_TYPE  e_SEC_WEP
 //#define WIFI_SECURITY_TYPE  e_SEC_WPA_TKIP
@@ -37,7 +28,6 @@
 
 Serial pc(USBTX, USBRX);    // This is required when defined "_DEBUG"
 /** Wi-Fi SNIC UART Interface*/
-//C_SNIC_WifiInterface     mSNICwifi( p13, p14, p12, p11, p20 );
 C_SNIC_WifiInterface     mSNICwifi( p9, p10, NC, NC, p30 );
 
 // Left motor