WavPlayer.h changed to circuit board

Dependents:   WavPlayerSD WavPlayerUSB WavPlayerUSB WavPlayerSD_CB

WavPlayerConfig.cpp

Committer:
JostBaus
Date:
2019-04-14
Revision:
4:b0186c8dca92
Parent:
0:3695886f3495

File content as of revision 4:b0186c8dca92:

#include "WavPlayerConfig.h"

WavPlayerConfig::WavPlayerConfig()
{

    format_tag = 0;
    channels = 0;
    samples_per_sec = 0;
    avg_bytes_per_sec = 0;
    block_align = 0;
    bits_per_sample = 0;
    data_length = 0;

}