Toggle LEDs around playing mario theme (instead of on/off)
This commit is contained in:
parent
56114f7be1
commit
603421e9a5
|
@ -151,6 +151,7 @@ static void init_mario(void) {
|
||||||
note = 0;
|
note = 0;
|
||||||
row = 0;
|
row = 0;
|
||||||
start_timer(PRESCALE_8, 100, mix_mario);
|
start_timer(PRESCALE_8, 100, mix_mario);
|
||||||
|
led_on(RIGHT);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void run_mario(void) {}
|
static void run_mario(void) {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user