Where I try playing a sample via PwmOutput

Dependencies:   LCD_ST7735 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Row.cpp Source File

Row.cpp

00001 #include "Row.h"
00002 
00003 Row::Row(int _pos, char* _sound) {
00004     pos = _pos;
00005     sound = _sound;
00006 }