Starting Point

This commit is contained in:
Hannes
2025-10-26 15:21:48 +01:00
parent 788ca8b1c0
commit 532c3fc295
21 changed files with 631 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef YELLOW_LED_H
#define YELLOW_LED_H
void init_yellow(void);
void yellow_on(void);
void yellow_off(void);
#endif