sequencer

This commit is contained in:
2024-03-26 15:58:45 +01:00
parent 9ddb747f16
commit 152f171c66
7 changed files with 75 additions and 9 deletions

View File

@ -4,6 +4,7 @@
#include "psg.h"
#include "scheduler.h"
#include "sequencer.h"
void __attribute__ ((interrupt (USCIAB0RX_VECTOR))) receive() {
if (UC0IFG & UCB0RXIFG) {
@ -40,6 +41,7 @@ int main() {
schInit();
psgInit();
sequencerInit();
__enable_interrupt();