mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Zapomniany średnik
This commit is contained in:
@@ -302,7 +302,7 @@ void Console::ValueSet(int x, double y)
|
||||
double temp = (((((Global::fCalibrateOut[x][5] * y) + Global::fCalibrateOut[x][4]) * y +
|
||||
Global::fCalibrateOut[x][3]) * y + Global::fCalibrateOut[x][2]) * y +
|
||||
Global::fCalibrateOut[x][1]) * y +
|
||||
Global::fCalibrateOut[x][0] // zakres <0;1>
|
||||
Global::fCalibrateOut[x][0]; // zakres <0;1>
|
||||
PoKeys55[0]->PWM(x, temp);
|
||||
if (x == 6)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user