Wheelchair

This commit is contained in:
CommanderRedYT
2022-01-09 07:43:54 +01:00
parent 299729a272
commit eed2ee4b23
20 changed files with 578 additions and 24 deletions

View File

@@ -12,14 +12,6 @@ float gametrakY;
float gametrakDist;
#endif
#ifdef FEATURE_JOYSTICK
bool joystick_button{};
int16_t joystick_x{};
int16_t joystick_y{};
int16_t raw_joystick_x{};
int16_t raw_joystick_y{};
#endif
float avgSpeed{};
float avgSpeedKmh{};
float sumCurrent{};