Where I try playing a sample via PwmOutput

Dependencies:   LCD_ST7735 mbed

Reading some old ZX Spectrum forums, I wanted to check wether playing a sample was possible. So far, no, but there's more things to try.

Row.cpp

Committer:
loop
Date:
2015-03-08
Revision:
0:167d81d4f79f

File content as of revision 0:167d81d4f79f:

#include "Row.h"

Row::Row(int _pos, char* _sound) {
    pos = _pos;
    sound = _sound;
}