machines/components/pid-controller/firmware/constants.h
2024-01-20 15:04:46 +01:00

19 lines
433 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
#include "enums.h"
/////////////////////////////////////////////////////////////////////////
//
// Addons
//
#define CURRENT_SENSOR_STR "CurrentSensor"
#define ENCLOSURE_SENSOR_STR "EnclosureSensor"
#define POWER_STR "Power"
#define OPERATION_MODE_SWITCH_STR "OperationModeSwitch"
#define APP_STR "App"
#define STATUS_STR "Status LED"
#define MPID_CTRL_STR "Multi - PID Controller"
#endif