Initial Project Setup

This commit is contained in:
2025-01-30 14:30:19 -07:00
parent a47ca7dcbf
commit 7e0b305d17
50 changed files with 3227 additions and 0 deletions

10
lib/timer.c Normal file
View File

@ -0,0 +1,10 @@
#include <timer.h>
void timer_init() {
}
void timer_tick() {
}