Arduino-PID-Library
Arduino-PID-Library copied to clipboard
Error:The Arduino IDE Warning when the library has been put into the "Library" floder.
When I downloaded this library and put it into the library folder ,and I opened an example of this library ,It can't be complie. The IDE shows this message to me . "C:\Users\admin\Documents\Arduino\libraries\br3tt_rduino_PID_Library_fb095d8: Missing 'core-dependencies' from library "
This error only occurs with Arduino IDE 1.5.x versions up to 1.5.5-r2. It refers to a missing field in the library.properties file. That field is not required or used by Arduino IDE 1.5.6 and newer. Since the 1.5.x IDE versions were always considered beta I don't think it's worthwhile to add the core-dependencies field to library.properties. Anyone having this problem should just update to a newer IDE version.