1

implement + enable demos

This commit is contained in:
2022-07-04 21:24:35 +02:00
parent 7ab5fdb361
commit 1ae227ae33
7 changed files with 110 additions and 4 deletions

6
c_os/user/PCSPKdemo.cc Normal file
View File

@ -0,0 +1,6 @@
#include "user/PCSPKdemo.h"
void PCSPKdemo::run() {
pcspk.tetris();
scheduler.exit();
}