Files
Last update 7 years 1 month
by
Robert Lin
FilesMICROSDSD.X | |
---|---|
.. | |
build | |
dist | |
nbproject | |
Compiler.h | |
FSDefs.h | |
FSIO.c | |
FSIO.h | |
FSconfig.h | |
GenericTypeDefs.h | |
HardwareProfile.h | |
MP3Codec.c | |
MP3Codec.h | |
Makefile | |
SD-SPI.c | |
SD-SPI.h | |
SDmain.c | |
lcd.h |
MP3Codec.h/* * File: MP3Codec.h * Author: EE63PC9-user * * Created on November 5, 2015, 11:25 AM */ #ifndef MP3CODEC_H #define MP3CODEC_H #ifdef __cplusplus extern "C" { #endif extern void MP3Codec(int); #ifdef __cplusplus } #endif #endif /* MP3CODEC_H */