Example #1
0
 //Update logitechController values with those sent wirelessly from the driver station
 private void TeleopMode(ref Controller logitechController, ref SerialCommsHandler NUC_SerialConnection)
 {
     NUC_SerialConnection.UpdateJoystickValues(ref logitechController);
 }