mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Enable Serial input and output in simulator, refactor
This commit is contained in:
@@ -128,4 +128,5 @@ static float thrustToMotorInput(uint8_t n, float thrust)
|
||||
return mapff(thrust, 0, 1, motorThrust[n][i-1], motorThrust[n][i]);
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user