Got it figured out!
Re: includes - the #include "WProgram.h" includes all the libraries in the teensy3 folder already!
The solution: for some reason #define USB_HID doesn't work. You have to...
Type: Posts; User: mt-andrew
Got it figured out!
Re: includes - the #include "WProgram.h" includes all the libraries in the teensy3 folder already!
The solution: for some reason #define USB_HID doesn't work. You have to...
Hi Paul - thanks for the rapid response. I went back to the drawing board, using your bare Teensyduino materials (instead of the teensy-template). Still, I get the same problem.
...
I want to do a custom Joystick project (following Kenton's guide, and maybe referencing some Djinny's work) without the Arduino IDE. I want to dive into more behind-the-scenes C code and get some...