Tonleiter is running
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user