Explorar el Código

Ooops forgot I lelft PS4 output sort of screwed up

main
Kurt Eckhardt hace 5 años
padre
commit
0833431bb1
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      examples/JoystickBT/JoystickBT.ino

+ 0
- 2
examples/JoystickBT/JoystickBT.ino Ver fichero

@@ -166,12 +166,10 @@ void loop()
psAxis[i] = joystick1.getAxis(i);
}
switch (joystick1.joystickType()) {
/*
case JoystickController::UNKNOWN:
case JoystickController::PS4:
displayPS4Data();
break;
*/
case JoystickController::PS3:
displayPS3Data();
break;

Cargando…
Cancelar
Guardar