initial commit

This commit is contained in:
2025-03-31 04:12:41 -05:00
commit 961e0472f5
13 changed files with 614 additions and 0 deletions

2
include/led.h Normal file
View File

@@ -0,0 +1,2 @@
int led_create_thread(char *file);
void led_set_rate(double rate);