Tonleiter is running

This commit is contained in:
2024-03-26 16:47:42 +01:00
parent 152f171c66
commit 5e2f120432
7 changed files with 88 additions and 14 deletions

View File

@ -5,6 +5,7 @@
#include "psg.h"
#include "scheduler.h"
#include "sequencer.h"
#include "melody.h"
void __attribute__ ((interrupt (USCIAB0RX_VECTOR))) receive() {
if (UC0IFG & UCB0RXIFG) {
@ -45,6 +46,8 @@ int main() {
__enable_interrupt();
melodyInit();
while (1) {
schExec();