started safety

This commit is contained in:
2024-12-11 22:03:49 +01:00
parent 9b943ec2c5
commit 97956882dd
5 changed files with 131 additions and 4 deletions

View File

@ -12,6 +12,7 @@
#include "freertos/timers.h"
#include "nvs_flash.h"
#include "safety.h"
#include "metrics.h"
#include "outputs.h"
#include "inputs.h"
@ -34,9 +35,10 @@ void app_main(void)
}
ESP_ERROR_CHECK(ret);
initMetrics();
initOutputs();
initInputs();
initSafety();
initMetrics();
/*TODO: will be done by safety on the future*/
setCirculationPumpState(DISABLED);