/* * common_defs.h * * Created on: 23 Mar 2022 * Author: Jasper */ #ifndef INC_COMMON_DEFS_H_ #define INC_COMMON_DEFS_H_ #define N_CELLS 14 #define N_TEMP_SENSORS 14 #endif /* INC_COMMON_DEFS_H_ */