br3ttb / Arduino-PID-AutoTune-Library

416 stars 225 forks source link

"LIBRARY_VERSION" Warning #13

Open eokeefe opened 9 years ago

eokeefe commented 9 years ago

Library version clash with supporting script PID_v1

In file included from eThrottleV2.ino:3:0: C:\Program Files (x86)\Arduino\libraries\PID_AutoTune_v0/PID_AutoTune_v0.h:3:0: warning: "LIBRARY_VERSION" redefined [enabled by default]

define LIBRARY_VERSION 0.0.1

^ In file included from eThrottleV2.ino:2:0: C:\Program Files (x86)\Arduino\libraries\br3ttb-Arduino-PID-Library-d46dded/PID_v1.h:3:0: note: this is the location of the previous definition

define LIBRARY_VERSION 1.1.1

^