Search results

  1. D

    Problems compiling when using Servo.h, Teensy 3.0/beta7 Mac

    Yep it does! I was able to do a full 180 degree sweep with my servo. Thanks!
  2. D

    Problems compiling when using Servo.h, Teensy 3.0/beta7 Mac

    Now I'm getting this error on compile. pins_teensy.c.o: In function `pdb_isr': /Applications/Development/Teensy Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/pins_teensy.c:242: multiple definition of `pdb_isr' Servo/Servo.cpp.o:/Applications/Development/Teensy...
  3. D

    Problems compiling when using Servo.h, Teensy 3.0/beta7 Mac

    I'm using the Arduino 1.0.2 Beta 7 Teensy build on my Mac, 10.6.8, and was attempting to use a servo in one of my sketches. It was unable to compile due to various references to registers it claims are undefined. So just to make sure it wasn't my code, I made a new sketch that does nothing but...
Back
Top