IDE ver1.6

XBee projects like the adapter, xBee tutorials, tweetawatt/wattcher, etc. from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
jdelcamp11
 
Posts: 283
Joined: Mon Nov 17, 2014 12:30 am

IDE ver1.6

Post by jdelcamp11 »

I see Arduino released IDE version 1.6 in Feb 2015.
Are there any known issues with this version?
My hardware is a Due, a cc3000 shield, a motor shield V2, a neopixel strip (8x), and a 16 channel PWM shield.
If there are known issues (such as in ver 1.58) I would like to know before I uninstall ver 1.56.

Do the fixes to the SD library address the conflict between the SD card and the cc3000 on a Due?

User avatar
adafruit_support_bill
 
Posts: 88097
Joined: Sat Feb 07, 2009 10:11 am

Re: IDE ver1.6

Post by adafruit_support_bill »

It is still pretty new and we don't have a lot of experience with it yet. But there is no need to uninstall your 1.5.8. You can keep multiple versions around for backwards compatibility. At the moment, I have more than 20 versions of the IDE installed.

User avatar
jdelcamp11
 
Posts: 283
Joined: Mon Nov 17, 2014 12:30 am

Re: IDE ver1.6

Post by jdelcamp11 »

I can confirm that ver 1.6 is working with my Due and all my Adafruit modules except the ttl camera.
It won't compile using the example snapshot routine or my code.
(note I modified vc0706 library only to use Serial3 on the Due). Can you check the VC0706 library?
the error message is

Code: Select all

C:\Users\Jeff\Documents\Arduino\libraries\Adafruit_VC0706\Adafruit_VC0706.cpp:57:9: error: prototype for 'uint8_t Adafruit_VC0706::setMotionStatus(uint8_t, uint8_t, uint8_t)' does not match any in class 'Adafruit_VC0706'
 uint8_t Adafruit_VC0706::setMotionStatus(uint8_t x, uint8_t d1, uint8_t d2) {
         ^
In file included from C:\Users\Jeff\Documents\Arduino\libraries\Adafruit_VC0706\Adafruit_VC0706.cpp:18:0:
C:\Users\Jeff\Documents\Arduino\libraries\Adafruit_VC0706\Adafruit_VC0706.h:84:11: error: candidate is: boolean Adafruit_VC0706::setMotionStatus(uint8_t, uint8_t, uint8_t)
   boolean setMotionStatus(uint8_t x, uint8_t d1, uint8_t d2);
           ^
Error compiling.

Locked
Please be positive and constructive with your questions and comments.

Return to “XBee products (discontinued)”