Merge remote-tracking branch 'origin/projektarbeit' into testProjekttoBachelor but only motor things
This commit is contained in:
@@ -47,7 +47,7 @@ void ManualControl::analogControl()
|
||||
|
||||
void ManualControl::digitalControl()
|
||||
{
|
||||
static constexpr uint8_t deadzone = 120;
|
||||
static constexpr uint8_t deadzone = 110;
|
||||
const int16_t yAxis = this->input->x - 127;
|
||||
const int16_t xAxis = this->input->y - 127;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user