OSDN Git Service

lcd.c i2clcd_init() i2cLCD基板のConfig変更 LCD自動初期化ON
[scilog/scilog.git] / scilog.c
index e7e6bda..ac9cd88 100644 (file)
--- a/scilog.c
+++ b/scilog.c
@@ -1,3 +1,16 @@
+/*
+ * scilog.c
+ * sciLogger Logger Program
+ * NT System Design
+ * 
+ * Ver1.0.1
+ * conf_linux_time_set_XXX() add?
+ * 
+ * Ver1.0.2
+ * 2015/09/22
+ * lcd.c i2clcd_init() i2cLCD基板のConfig変更 LCD自動初期化ON
+ * 
+ */
 #include <stdio.h>
 #include <string.h>
 #include <time.h>
@@ -39,7 +52,7 @@
 // ダミーデータを自分で発生するときに定義
 //#define      DUMMY
 
-#define        VERSION "1.0.1"
+#define        VERSION "1.0.2"
 
 #define        DEV_SPI "/dev/spike-ad"
 
@@ -47,7 +60,7 @@
 */
 #define        CONF_FREQ_DEF   50
 #define        CONF_GAIN_DEF   SPI_CMD_GAIN_1P4
-#define        CONF_LINUX_TIME_SET_DEF 1       // OFF
+#define        CONF_LINUX_TIME_SET_DEF 1       // ON
 
 //
 /**** signal ***********************************************************