machines/projects/pid-controller/firmware/constants.h
2023-11-12 21:43:05 +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