SDFileSystem, slightly modified for the ExoController

Dependencies:   SDFileSystem

Dependents:   Data-Management-Honka

Fork of SDFileSystem_HelloWorld by Bradley Perry

Revision:
9:5bad923e18ce
Parent:
4:99e9c9e0dfb0
Child:
11:b47fb3344ed9
--- a/SDFile.h	Wed Mar 11 19:39:20 2015 +0000
+++ b/SDFile.h	Fri Apr 24 19:32:53 2015 +0000
@@ -19,6 +19,7 @@
     int *read(int length, int *array);
     int *read_from_start(int length, int *array);
     void write(int length, int *array);
+    void write_to_index(int index, int value);
     void append(int length, int *array);
  //   void changeAccess(std::string path, std::string filename);
     void open_for_read(std::string path, std::string filename);