change rush 00 folder name

This commit is contained in:
hugogogo
2025-03-15 16:41:12 +01:00
parent 70db631c93
commit 16a5bcd313
13 changed files with 0 additions and 0 deletions

18
rush00/game.c Normal file
View File

@@ -0,0 +1,18 @@
#include "rush_header.h"
void timer() {
flash_led(D3);
_delay_ms(500);
flash_led(D3);
_delay_ms(500);
flash_led(D3);
_delay_ms(500);
flash_led(D3);
_delay_ms(500);
turn_on_led(D3);
}
void launch_game() {
// timer();
write_one_byte_data(0x01);
}