StarBoard Orange - Example application No.1 GoogleChartLogger with StarBoard Orange

Dependencies:   EthernetNetIf mbed

Revision:
1:123eff9ba7b2
Parent:
0:77d8b45a8f42
--- a/main.cpp	Wed Aug 11 01:53:35 2010 +0000
+++ b/main.cpp	Wed Aug 11 10:24:25 2010 +0000
@@ -1,12 +1,12 @@
 /**
  * StarBoard Orange - Example application No.1 (Version 0.0.1)
- *
  * GoogleChartLogger with StarBoard Orange
+ * See also ... http://mbed.org/users/shintamainjp/notebook/starboard_example1_ja/
+ * See also ... http://mbed.org/users/shintamainjp/notebook/starboard_example1_en/
  *
  * Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems)
  * http://shinta.main.jp/
  */
-
 #include "mbed.h"
 #include "SDFileSystem.h"
 #include "TextLCD.h"
@@ -15,6 +15,7 @@
 #include "SensorLM60.h"
 #include "SensorLM35.h"
 #include "SensorMCP9700.h"
+#include "SensorDummy.h"
 #include "GoogleChartLineChart.h"
 
 #define SUPERTWEET_ACCOUNT  "YourAccount"
@@ -181,7 +182,6 @@
     chart.setDataScale(dsn1, TEMP_LOW, TEMP_HIGH);
     chart.setDataScale(dsn2, TEMP_LOW, TEMP_HIGH);
 
-
     /*
      * Set date and time. (If you want.)
      *