This commit is contained in:
2024-06-02 21:06:52 +02:00
parent b005b39025
commit 72b36d5a08
4 changed files with 116 additions and 35 deletions

3
main.c
View File

@ -3,6 +3,7 @@
#include <stdlib.h>
#include "scheduler.h"
#include "psg.h"
int main() {
WDTCTL = WDTPW | WDTHOLD;
@ -18,6 +19,8 @@ int main() {
schInit();
psgInit();
__enable_interrupt();