sparkfun / SparkFun_HTU21D_Breakout_Arduino_Library

HTU21D Breakout Arduino Library
Other
31 stars 23 forks source link

Arduino 1.0.5 compatibility #1

Closed fpapadopou closed 9 years ago

fpapadopou commented 9 years ago

The current file structure of the library is not supported by Arduino 1.0.5. I would have to move the .cpp and .h files out of the src directory in order to use it with Arduino 1.0.5. Is there any chance that you guys create a 1.0.5 branch in which the .cpp and .h files of the library exist in the root directory? :) Thanks!

nseidle commented 9 years ago

Oh man. We're spending great efforts to get all our libraries to work with the Arduino 1.6.x system (we just created a few hundred new repos). I'm sorry but I don't think we can handle managing a 1.0.x branch across all the products (my people have pitchforks, I'm kidding, no really).

ToniCorinne commented 9 years ago

A more satisfying answer for you -

We did just update all of our libraries to the new 1.6 version. Luckily however, we are on GitHub, which means version control is a thing! If you check out this commit on the product repo, the library is 1.0.x compatible there. Just click the download zip on the right hand side and you'll have a copy of the older library.

fpapadopou commented 9 years ago

@nseidle @ToniCorinne thanks guys :)