Ej4 y Ej5
This commit is contained in:
@@ -10,8 +10,15 @@
|
||||
|
||||
#include "stm32l4xx_hal.h"
|
||||
|
||||
#ifdef INC_FREERTOS_H
|
||||
#include "task.h"
|
||||
#endif
|
||||
|
||||
void LED_On(uint8_t led);
|
||||
void LED_Off(uint8_t led);
|
||||
void LED_Toggle(uint8_t led);
|
||||
void animation1(void);
|
||||
void animation2(void);
|
||||
void animation3(void);
|
||||
|
||||
#endif /* INC_LED_DRIVER_H_ */
|
||||
|
||||
@@ -23,4 +23,9 @@ typedef struct
|
||||
void CreateLedTask();
|
||||
void LedToggleTask(void* pArgs);
|
||||
|
||||
void LedAnimationTask(void* pArgs);
|
||||
void LedAnimationTask1(void* pArgs);
|
||||
void LedAnimationTask2(void* pArgs);
|
||||
void LedAnimationTask3(void* pArgs);
|
||||
|
||||
#endif /* INC_LED_TASK_H_ */
|
||||
|
||||
Reference in New Issue
Block a user