#ifndef HEALTH_H #define HEALTH_H #include #include 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