Browse Source

Ooops forgot I lelft PS4 output sort of screwed up

main
Kurt Eckhardt 5 years ago
parent
commit
0833431bb1
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      examples/JoystickBT/JoystickBT.ino

+ 0
- 2
examples/JoystickBT/JoystickBT.ino View File

@@ -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;

Loading…
Cancel
Save