feat(fw/health): добавлено моргание светодиода
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#define configCHECK_FOR_STACK_OVERFLOW 2
|
||||
|
||||
#define configUSE_MALLOC_FAILED_HOOK 1
|
||||
#define configUSE_PREEMPTION 1
|
||||
#define configUSE_IDLE_HOOK 0
|
||||
#define configUSE_TICK_HOOK 0
|
||||
|
||||
15
firmware/App/Inc/health.h
Normal file
15
firmware/App/Inc/health.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef HEALTH_H
|
||||
#define HEALTH_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void health_kick_watchdog(void);
|
||||
|
||||
void health_init_watchdog(void);
|
||||
|
||||
void health_update_led(float freq_hz, float rms_dbfs);
|
||||
|
||||
void health_led_task(void *param);
|
||||
|
||||
#endif // HEALTH_H
|
||||
Reference in New Issue
Block a user