Skip to content

Instantly share code, notes, and snippets.

View Ziul's full-sized avatar
🏢
Working hard

Luiz Oliveira Ziul

🏢
Working hard
View GitHub Profile
@Ziul
Ziul / diskio.h
Created October 26, 2012 03:29 — forked from RickKimball/diskio.h
msp430 Petit FatFile System sample
/*-----------------------------------------------------------------------
/ PFF - Low level disk interface modlue include file (C)ChaN, 2009
/-----------------------------------------------------------------------*/
#ifndef _DISKIO
#include "integer.h"
/* Status of Disk Functions */
typedef BYTE DSTATUS;