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

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

Files at this revision

API Documentation at this revision

Comitter:
yueee_yt
Date:
Tue Aug 21 10:47:14 2012 +0000
Parent:
1:ddf5d6f68d58
Child:
3:536b3d6e1555
Commit message:
fixed
;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;