/* * AMS_Errorcodes.h * * Created on: Jun 16, 2022 * Author: max */ #ifndef INC_AMS_ERRORCODES_H_ #define INC_AMS_ERRORCODES_H_ #include "main.h" #define SlavesTimeoutError 1 #define SlavesErrorFrameError 2 #define SLAVES_FRAME_TIMEOUT_ERROR 3 #define SLAVES_TOO_FEW_TEMPS 4 #endif /* INC_AMS_ERRORCODES_H_ */