stw24/Core/Inc/params.h

25 lines
296 B
C
Raw Normal View History

#ifndef INC_PARAMS_H
#define INC_PARAMS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
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