From 3464b100f3ff773f02ccd938141cd378d6dcc679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20Piqu=C3=A9?= Date: Tue, 21 Dec 2021 16:50:49 +0100 Subject: [PATCH] Add Vars and PECO_Cycling --- Core/Drivers/PECO_PeltierController.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Core/Drivers/PECO_PeltierController.h b/Core/Drivers/PECO_PeltierController.h index 81e7210..318074c 100644 --- a/Core/Drivers/PECO_PeltierController.h +++ b/Core/Drivers/PECO_PeltierController.h @@ -56,7 +56,10 @@ extern "C" { // Description: Definition of global enumerations (visible by all modules). //================================================================================================= - +typedef enum { + PECO_eConstTemp, + PECO_eConst_Voltage +} PECO_eMode; //================================================================================================= // Section: STRUCTURES