Files
miniature-town/main/main.c
2025-05-16 21:55:25 +02:00

7 lines
65 B
C

#include "led_matrix.h"
void app_main(void)
{
init_led();
}