Search results

  1. J

    How programming my Teensy without the IDE from Arduino

    Hi Every One, is there any programa on MAC that I can use for programming my Teensy 3.0?
  2. J

    Teensy 3.0, analogRead not the same as analogWrite?

    analogWrite() is used to control PWM, http://arduino.cc/en/Reference/AnalogWrite There you'll find useful information.
  3. J

    Teensy 3.0 and Firmata and Bluetooth via BLUESmirf

    Oh, I see, well sorry, I've never used the firmware/sketch /:
  4. J

    Teensy 3.0 and Firmata and Bluetooth via BLUESmirf

    It's about the serial Have you tried using this line of code? Serial1.begin(9600); I had the same problem, and I resolve it writing a 1 after the "Serial" word.
Back
Top