Hello
I have a probleme with error :
C:\Users\nicol\Desktop\G27_shifter_en1 (8)\G27_shifter_en1\G27_shifter_en1.ino: In function 'void setup()':
G27_shifter_en1:110:12: error: 'class Joystick_' has no member named 'useManualSend'
Joystick.useManualSend(true); // Joystick output is synchronized
^~~~~~~~~~~~~
G27_shifter_en1:116:12: error: 'class Joystick_' has no member named 'X'
Joystick.X(0);
^
G27_shifter_en1:117:12: error: 'class Joystick_' has no member named 'Y'
Joystick.Y(0);
^
G27_shifter_en1:118:12: error: 'class Joystick_' has no member named 'Z'
Joystick.Z(0);
^
G27_shifter_en1:119:12: error: 'class Joystick_' has no member named 'Zrotate'
Joystick.Zrotate(0);
^~~~~~~
G27_shifter_en1:120:12: error: 'class Joystick_' has no member named 'sliderLeft'
Joystick.sliderLeft(0);
^~~~~~~~~~
G27_shifter_en1:121:12: error: 'class Joystick_' has no member named 'sliderRight'
Joystick.sliderRight(0);
^~~~~~~~~~~
C:\Users\nicol\Desktop\G27_shifter_en1 (8)\G27_shifter_en1\G27_shifter_en1.ino: In function 'void loop()':
G27_shifter_en1:160:16: error: 'class Joystick_' has no member named 'X'
Joystick.X(0);
^
G27_shifter_en1:165:16: error: 'class Joystick_' has no member named 'X'
Joystick.X(0);
^
G27_shifter_en1:196:16: error: 'class Joystick_' has no member named 'X'
Joystick.X(0);
^
G27_shifter_en1:228:16: error: 'class Joystick_' has no member named 'X'
Joystick.X(y); // Set handbrake analog output
^
G27_shifter_en1:236:12: error: 'class Joystick_' has no member named 'button'
Joystick.button(1, LOW);
^~~~~~
G27_shifter_en1:237:12: error: 'class Joystick_' has no member named 'button'
Joystick.button(2, LOW);
^~~~~~
G27_shifter_en1:238:12: error: 'class Joystick_' has no member named 'button'
Joystick.button(3, LOW);
^~~~~~
G27_shifter_en1:239:12: error: 'class Joystick_' has no member named 'button'
Joystick.button(4, LOW);
^~~~~~
G27_shifter_en1:240:12: error: 'class Joystick_' has no member named 'button'
Joystick.button(5, LOW);
^~~~~~
G27_shifter_en1:241:12: error: 'class Joystick_' has no member named 'button'
Joystick.button(6, LOW);
^~~~~~
G27_shifter_en1:244:23: error: 'class Joystick_' has no member named 'button'
if(gear>0) Joystick.button(gear, HIGH);
^~~~~~
G27_shifter_en1:247:36: error: 'class Joystick_' has no member named 'button'
for(int i=0; i<16; i++) Joystick.button(7+i, b);
^~~~~~
G27_shifter_en1:250:12: error: 'class Joystick_' has no member named 'send_now'
Joystick.send_now();
^~~~~~~~
exit status 1
'class Joystick_' has no member named 'useManualSend'
Somebody can help ?