Search results

  1. M

    Need help with code and pin set up.

    Joshuass you are the MAN!!!!! That works exactly how it is supposed to!!! I cant thank you enough!!
  2. M

    Need help with code and pin set up.

    ok so ive done some more research and now this is the code I have come up with and this is the error that comes up now Again I know very little about code so any help is appreciated. I've already learned more in the last few days than in my basic programming class I took.
  3. M

    Need help with code and pin set up.

    This is the error that shows up when trying to verify. This report would have more information with "Show verbose output during compilation" enabled in File > Preferences. Arduino: 1.0.5 (Windows 7), Board: "Teensy 2.0" sketch_aug20a:1: error: expected constructor, destructor, or type...
  4. M

    Need help with code and pin set up.

    So after doing some research i have come up with the following as a code to use If (button0.fallingEdge) { usb_keyboard_press(KEY_1); } If (button1.fallingEdge) { usb_keyboard_press(KEY_H); } If (button2.fallingEdge) { usb_keyboard_press(KEY_ENTER); } However it keeps coming up with...
  5. M

    Need help with code and pin set up.

    So I am trying to use relays to activate numbers 1-4 on my keyboard through the teensy 2.0. I looked up the code under file/ examples/ teensy/ keyboard/ buttons and tried to delete the release portion of the code but it kept coming up with errors. Can someone please help me figure out what needs...
  6. M

    Will the teensy work for this project?

    I realize now this should've gone into project guidance. Sorry
  7. M

    Will the teensy work for this project?

    I want to use teensy 2.0 to activate certain keystrokes when triggered by a relay. I have 4 separate keystrokes that I want to activate individually. They would be connected with a plug in connector. Is this possible and where would I connect the wires and what would the code be? Thanks in advance.
Back
Top