Hi KurtE,
Thanks a lot! for the detailed answer.
Honestly the custom route went a bit over my head. I'm not a programmer, so the talk about endpoint and editing the descriptor for USB_TYPE is something i will have...
Hi KurtE,
First, thanks for the detailed response.
some details: I'm using Teensy 3.5 on windows 10.
I read the USB doc, but from a short review, I'm not sure I understand what to fix in the code. There is...
Hi,
I'm using the extreme joystick to built a joystick, the problem i encounter is that for some reason the hat switch get assigned button numbers above 128 (it's being identified as button # 136 fro example) and...
It Looks like this post did solve the problem...
@pual - Can you confirm ?
I dont really understand the issue or the solution to be honest...
I will check on my Mac and update.
Update: the controller...
I understand that, I'm not sure why INPUT allows interrupts while INPUT_PULLUP isn't, so i wanted to understand that better
If i was more familiar with the ARM architecture i would go with direct pin/register...
So pinMode (pin#, INPUT) doesn't interfere with the interrupt config? it would be best practice to set the interrupt at the end of the setup?
I have problem which relates to the hat switches (which is why is asked...
Hi Paul,
Thanks a lot for the answer!
the code didn't compile because it is a snippet from a very long code... i didn't want to clutter the post.
I did found out what the problem was. I would be happy to...
Hi,
I'm using 4 rotary encoders in my project on teensy 3.5, and i managed to get the first 2 encoders work great with interrupts. they are connected on pins 51,52,53,54.
I copied and pasted the same code to the...
I'm trying to use 2 hat switches and i'm not sure i'm using the command correctly.
Should it be:
Joystick.hat (1,angle) for hat #1
Joystick.hat (2,angle) for hat #2
Am i doing it right?
in the...