Ajout STL Bouchon M8

This commit is contained in:
=
2021-01-28 08:32:08 +01:00
parent d755c5e0e4
commit a454165ade
6 changed files with 15286 additions and 856 deletions

View File

@@ -494,14 +494,6 @@ void ZenDrive_::sendWheelStates()
dataWheel[2] = steering;
HID().SendReport(WHEEL_REPORT_ID, dataWheel, WHEEL_STATE_SIZE);
/*data[7] = xAxis + 127;
data[8] = yAxis + 127;
data[9] = zAxis + 127;
data[10] = (xAxisRotation % 360) * 0.708;
data[11] = (yAxisRotation % 360) * 0.708;
data[12] = (zAxisRotation % 360) * 0.708;*/
}
ZenDrive_ ZenDrive;

View File

@@ -30,7 +30,7 @@
//================================================================================
//================================================================================
// ZenDrive Simulator (Gamepad)
// ZenDrive Simulator (Game Controller)
class ZenDrive_
{