9 lines
166 B
C++
9 lines
166 B
C++
#include "user/demo/PCSPKdemo.h"
|
|
|
|
void PCSPKdemo::run() {
|
|
(pcspk.*this->melody)(); // This syntax is confusing as hell
|
|
|
|
pcspk.off();
|
|
scheduler.exit();
|
|
}
|