initial commit
This commit is contained in:
9
hal/hal_irled/t40/hal_interface_irled_t40.c
Executable file
9
hal/hal_irled/t40/hal_interface_irled_t40.c
Executable file
@@ -0,0 +1,9 @@
|
||||
#include "hal_product_config.h"
|
||||
#include "hal_interface_irled.h"
|
||||
#include "hal_interface_gpio.h"
|
||||
|
||||
|
||||
void hal_irled_open(bool open){
|
||||
hal_gpio_output(GPIO_IRLED, open);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user