#ifndef INC_PARAMS_H #define INC_PARAMS_H #ifdef __cplusplus extern "C" { #endif #include typedef struct { float bbal; unsigned tc1; unsigned tc2; unsigned torque_map; unsigned test[4]; } Params; extern Params params; #ifdef __cplusplus } #endif #endif // INC_PARAMS_H