Search found 5 matches

by dcherof
Mon Apr 24, 2017 9:37 pm
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 519156

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

OK. I modified the code to work with the new version of Arduino IDE. I have not done thorough test of analog sticks (yet), since my only PSP stick seems to be defect....Order on the way.... // // Using Library https://github.com/MHeironimus/ArduinoJoystickLibrary // #include <Joystick.h> // If you ...
by dcherof
Sat Apr 22, 2017 12:10 pm
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 519156

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

The link for download is also on the first page - https://www.arduino.cc/en/Main/OldSoftwareReleases#1.0.x They only allow download of 1.0.5 and 1.0.6 not 1.0.5r2. Im sure Im missing something right under my nose but I've followed the guide line by line and it doesnt seem to work on either 1.0.5 or...
by dcherof
Thu Apr 20, 2017 11:31 am
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 519156

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

I don't think that version is offered for Mac users sadly. has anyone used this code successfully using a mac version of the arduino software, and if so what did you do? The link for download is also on the first page - https://www.arduino.cc/en/Main/OldSoftwareReleases#1.0.x They only allow downlo...
by dcherof
Tue Apr 18, 2017 4:11 pm
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 519156

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

I don't think that version is offered for Mac users sadly. has anyone used this code successfully using a mac version of the arduino software, and if so what did you do?
by dcherof
Sun Apr 09, 2017 8:33 pm
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 519156

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

Hey Sota, i love the work youre doing. I'm not sure what ive done wrong though, as whenever i hit 'upload' it comes up with 'joystate-t does not have a state type' or 'output was not declaired in this scope'. Any ideas what in doing wrong? thanks in advance. Ive been having this same problem. I am ...