add kartculator
This commit is contained in:
@@ -69,9 +69,10 @@ typedef struct {
|
||||
KART_CST_TYPE KART_CST;
|
||||
|
||||
typedef struct {
|
||||
int32_t speed;
|
||||
uint32_t center;
|
||||
uint32_t position;
|
||||
int16_t torque; //
|
||||
uint32_t center; //
|
||||
uint32_t position; //
|
||||
uint8_t speed; // 100m/h
|
||||
} KART_VAR_TYPE;
|
||||
KART_VAR_TYPE eKart;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user