10 lines
215 B
C++
10 lines
215 B
C++
#include "user/demo/PCSPKdemo.h"
|
|
|
|
void PCSPKdemo::run() {
|
|
kout << "Playing..." << endl;
|
|
(pcspk.*this->melody)(); // This syntax is confusing as hell
|
|
kout << "Finished" << endl;
|
|
|
|
scheduler.exit();
|
|
}
|