2018.07.26

Dependencies:   EthernetInterface TextLCD USBDevice USBHost mbed

Revision:
0:19075177391c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lfsAccess.h	Thu Jul 26 00:18:49 2018 +0000
@@ -0,0 +1,12 @@
+class lfsAccess
+{
+private:
+    // Global Parameter of setting
+    
+    bool lfsAccess::write_LFS_data( char*, char* );
+
+public:
+    setValue_t  setValue;      // Setting Data
+    
+    bool readSetting( int );    // read setting from LFS
+};