15 lines
219 B
C
15 lines
219 B
C
/*
|
|
* common_defs.h
|
|
*
|
|
* Created on: 23 Mar 2022
|
|
* Author: Jasper
|
|
*/
|
|
|
|
#ifndef INC_COMMON_DEFS_H_
|
|
#define INC_COMMON_DEFS_H_
|
|
|
|
#define N_CELLS 12
|
|
#define N_TEMP_SENSORS 12
|
|
|
|
#endif /* INC_COMMON_DEFS_H_ */
|