MD_YX5300 Library  1.0
Library for YX5300 MP3 player IC
MD_YX5300.cpp File Reference

Implements class methods. More...

#include "MD_YX5300.h"
Include dependency graph for MD_YX5300.cpp:

Macros

#define ARRAY_SIZE(a)   (sizeof(a)/sizeof(a[0]))
 Generic array element count macro.
 
#define LIBDEBUG   1
 Set to 1 to enable Debug statement in the library.
 
#define PRINT(s, v)   { Serial.print(F(s)); Serial.print(v); }
 Print a string followed by a value (decimal)
 
#define PRINTX(s, v)   { Serial.print(F(s)); Serial.print(v, HEX); }
 Print a string followed by a value (hex)
 
#define PRINTS(s)   { Serial.print(F(s)); }
 Print a string.
 

Detailed Description

Implements class methods.