Search results

  1. S

    Arduino 1.6.0 - any plans to support it?

    Thank you for the prompt response! Unfortunately, when I try it (see code below), I get a different set of error messages. I reviewed usbkeyboard.h and usb_keyboard.c as well, but couldn't come up with a solution. void setup() { #include <usb_keyboard.h>...
  2. S

    Arduino 1.6.0 - any plans to support it?

    I'm a beginner regarding the Teensy and Arduino IDE, so please excuse me if this has an obvious fix. I'm trying to automate some testing which currently requires a human sitting behind a computer entering the appropriate commands (which, will be auto-typed by the teensy, when this project is...
  3. S

    Arduino 1.6.0 - any plans to support it?

    I'm a beginner regarding the Teensy and Arduino IDE, so please excuse me if this has an obvious fix. I'm trying to automate some testing which currently requires a human sitting behind a computer entering the appropriate commands (which, will eventually be auto-typed by the teensy, when this...
Back
Top