講習会用です

Dependencies:   EthernetInterface FiapV2 HTTPClientForSOAP NTPClient TextLCD mbed-rtos mbed spxml

Fork of temp_FIAP by Yasushi TAUCHI

Files at this revision

API Documentation at this revision

Comitter:
yueee_yt
Date:
Sun Mar 16 02:08:33 2014 +0000
Parent:
3:536b3d6e1555
Commit message:
??????

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
FiapV2.lib Show annotated file Show diff for this revision Revisions of this file
HTTPClient.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 536b3d6e1555 -r 8c55a935e0d6 EthernetInterface.lib
--- a/EthernetInterface.lib	Wed Aug 22 02:32:14 2012 +0000
+++ b/EthernetInterface.lib	Sun Mar 16 02:08:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#a0ee3ae75cfa
+http://mbed.org/users/mbed_official/code/EthernetInterface/#6a67d2bddc7c
diff -r 536b3d6e1555 -r 8c55a935e0d6 FiapV2.lib
--- a/FiapV2.lib	Wed Aug 22 02:32:14 2012 +0000
+++ b/FiapV2.lib	Sun Mar 16 02:08:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/yueee_yt/code/FiapV2/#52e95ea60ec1
+http://mbed.org/users/yueee_yt/code/FiapV2/#0b203716e92b
diff -r 536b3d6e1555 -r 8c55a935e0d6 HTTPClient.lib
--- a/HTTPClient.lib	Wed Aug 22 02:32:14 2012 +0000
+++ b/HTTPClient.lib	Sun Mar 16 02:08:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/yueee_yt/code/HTTPClientForSOAP/#e09afb9ca1cd
+http://mbed.org/users/yueee_yt/code/HTTPClientForSOAP/#e8866f68cb4a
diff -r 536b3d6e1555 -r 8c55a935e0d6 main.cpp
--- a/main.cpp	Wed Aug 22 02:32:14 2012 +0000
+++ b/main.cpp	Sun Mar 16 02:08:33 2014 +0000
@@ -12,13 +12,13 @@
 time_t ctTime;
 
 TextLCD lcd(p24, p26, p27, p28, p29, p30);
-AnalogIn ain(p15);
+AnalogIn ain(p20);
 DigitalOut led(LED1);
 char timezone[] = "+09:00";  // JST
 char atemp[6];
-FIAP fiap("http://192.168.1.3/axis2/services/FIAPStorage");
+FIAP fiap("http://fiap-sandbox.gutp.ic.i.u-tokyo.ac.jp/axis2/services/FIAPStorage");
 struct fiap_element element[]= {
-    {"http://csse-tech.jp/temp_tauchi",atemp,NULL,NULL,NULL,NULL,NULL,NULL,timezone},
+    {"http://giken9.jp/no_0/temp",atemp,NULL,NULL,NULL,NULL,NULL,NULL,timezone},
 };
 
 
@@ -72,6 +72,6 @@
     //eth.disconnect();
     while(true) {
         tick();
-        wait(2);
+        wait(60);
     }
 }
diff -r 536b3d6e1555 -r 8c55a935e0d6 mbed-rtos.lib
--- a/mbed-rtos.lib	Wed Aug 22 02:32:14 2012 +0000
+++ b/mbed-rtos.lib	Sun Mar 16 02:08:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#9654a71f5a90
+http://mbed.org/users/mbed_official/code/mbed-rtos/#771275db0efe
diff -r 536b3d6e1555 -r 8c55a935e0d6 mbed.bld
--- a/mbed.bld	Wed Aug 22 02:32:14 2012 +0000
+++ b/mbed.bld	Sun Mar 16 02:08:33 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/10b9abbe79a6
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/8e73be2a2ac1
\ No newline at end of file