SD File System
Fork of SDFileSystem by
Revision 26:e5fedb635c69, committed 2016-04-06
- Comitter:
- DanielBlomdahl
- Date:
- Wed Apr 06 05:58:29 2016 +0000
- Parent:
- 25:62b71695d0da
- Commit message:
- Temp2 added to the code
Changed in this revision
SDSaveFunction.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 62b71695d0da -r e5fedb635c69 SDSaveFunction.h --- a/SDSaveFunction.h Thu Mar 31 17:29:44 2016 +0000 +++ b/SDSaveFunction.h Wed Apr 06 05:58:29 2016 +0000 @@ -12,6 +12,6 @@ int closeDataFile(void); -void writeData(float, float, float); +void writeData(float, float, float, float); #endif \ No newline at end of file