feat(fw/health): добавлено моргание светодиода
This commit is contained in:
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