IEEE1888(FIAP)を使ってデータを保存するプログラムです。 構造体の形式が変わりました。(Arduino版と同じになりました) オフィシャルライブラリ EthernetInterfaceを使用します。

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

Revision:
2:930f87d8765f
Parent:
1:ddf5d6f68d58
--- a/main.cpp	Mon Aug 20 23:48:06 2012 +0000
+++ b/main.cpp	Tue Aug 21 10:47:14 2012 +0000
@@ -4,7 +4,7 @@
 #include "NTPClient.h"
 #include "fiap.h"
 
-#define NTPServer "ntp.cc.yamaguchi-u.ac.jp"
+#define NTPServer "ntp.nict.jp"
 
 EthernetInterface eth;
 NTPClient ntp;