Hi
When testing Sloeber I have 2 failed tests on the USB mouse button example (examples of teensyduino 1.4.1)
I tested with teensyduino and that also failed (though with a different error message)
The problem is with Mouse.screenSize(1920, 1080);
Apparently for teensy2(++) Mouse is defined in usb_api.h where in the other cases in usb_mouse.h
usb_api.h does not define the screensize method resulting in the error.
Best regards
Jantje
When testing Sloeber I have 2 failed tests on the USB mouse button example (examples of teensyduino 1.4.1)
I tested with teensyduino and that also failed (though with a different error message)
The problem is with Mouse.screenSize(1920, 1080);
Apparently for teensy2(++) Mouse is defined in usb_api.h where in the other cases in usb_mouse.h
usb_api.h does not define the screensize method resulting in the error.
Best regards
Jantje