mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 01:59:19 +02:00
PoKeys: Poprawa obsługi wejść analogowych, usunięcie starego kodu
This commit is contained in:
@@ -330,7 +330,7 @@ float Console::AnalogCalibrateGet(int x)
|
||||
Global::fCalibrateIn[x][3]) * b + Global::fCalibrateIn[x][2]) * b +
|
||||
Global::fCalibrateIn[x][1]) *b + Global::fCalibrateIn[x][0];
|
||||
}
|
||||
return NULL;
|
||||
return -1.0; //odcięcie
|
||||
};
|
||||
|
||||
unsigned char Console::DigitalGet(int x)
|
||||
|
||||
Reference in New Issue
Block a user