Starting Point
This commit is contained in:
1
include/arch/bsp/.gitignore
vendored
Normal file
1
include/arch/bsp/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# empty gitignore
|
||||
8
include/arch/bsp/yellow_led.h
Normal file
8
include/arch/bsp/yellow_led.h
Normal 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
|
||||
1
include/arch/cpu/.gitignore
vendored
Normal file
1
include/arch/cpu/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# empty gitignore
|
||||
Reference in New Issue
Block a user