SD Card Interface class. Log raw data bytes to memory addresses of your choice, or format the card and use the FAT file system to write files.
Diff: FATFileSystem/Core/integer.h
- Revision:
- 3:210eb67b260c
- Parent:
- 2:716abfa4a4d0
- Child:
- 6:ddf09d859ed7
--- a/FATFileSystem/Core/integer.h Mon Aug 23 01:31:50 2010 +0000 +++ b/FATFileSystem/Core/integer.h Mon Aug 23 07:12:13 2010 +0000 @@ -1,6 +1,8 @@ -/*-------------------------------------------*/ -/* Integer type definitions for FatFs module */ -/*-------------------------------------------*/ +//Modified by Thomas Hamilton, Copyright 2010 + +/*--------------------------------------------------------------------*/ +/* Integer type definitions for FatFs module R0.08 (C)ChaN, 2010 */ +/*--------------------------------------------------------------------*/ #ifndef _INTEGER #define _INTEGER