KurtE
Senior Member+
I know that some of this has been asked before, and from following the Arduino Developers email stuff I know some of these like questions go round and round. But since I just again ran into issue again I thought I would ask.
Suppose I experiment with several different Arduino like boards, mostly with T3.2, but from time to time with some others like Edison, or Adafruit Pro Trinket... How should I handle different libraries?
Current example: I have used Neopixels both on T3.2s and on Pro Trinket. So I install latest Arduino/Teensyduino which includes installing a copy of Adafruit_Neopixel library, which works great when compiling for T3.2s, but when I try to compile for Trinket, library not found. So I install Adafruit_Neopixel library into my Arduino\Libraries folder and it is happy, But now when I compile for T3.2, I get a warning, that the compiler is now using the one I have in Arduino\Libraries and not the Teensyfied version.
Also I am get warnings. Also now when I load Arduino it says some of my libraries are out of date including Adafruit Neopixel. It says I have 1.0.3 installed and current one is 1.0.5. So next question is, if I click update, does it update my User one or does it update the one in the Teensy install or the one in my Arduino\Libraries?
Suppose I experiment with several different Arduino like boards, mostly with T3.2, but from time to time with some others like Edison, or Adafruit Pro Trinket... How should I handle different libraries?
Current example: I have used Neopixels both on T3.2s and on Pro Trinket. So I install latest Arduino/Teensyduino which includes installing a copy of Adafruit_Neopixel library, which works great when compiling for T3.2s, but when I try to compile for Trinket, library not found. So I install Adafruit_Neopixel library into my Arduino\Libraries folder and it is happy, But now when I compile for T3.2, I get a warning, that the compiler is now using the one I have in Arduino\Libraries and not the Teensyfied version.
Also I am get warnings. Also now when I load Arduino it says some of my libraries are out of date including Adafruit Neopixel. It says I have 1.0.3 installed and current one is 1.0.5. So next question is, if I click update, does it update my User one or does it update the one in the Teensy install or the one in my Arduino\Libraries?