Page 1 of 1

Compiler Warning (Arduino Motorshield)

Posted: 26 Jun 2017, 19:19
by Shardan
Hello,

with the today's source download i get a compiler warning from PlatformIO:

Code: Select all

Compiling .pioenvs\normal_4096\lib\Adafruit_Motor_Shield_V2\utility\Adafruit_MS_PWMServoDriver.o
lib\Adafruit_MPR121\Adafruit_MPR121.cpp: In member function 'boolean Adafruit_MPR121::begin(uint8_t)':
lib\Adafruit_MPR121\Adafruit_MPR121.cpp:43:23: warning: 'void Adafruit_MPR121::setThreshholds(uint8_t, uint8_t)' is deprecated (declared at lib\Adafruit_MPR121\Adafrui
t_MPR121.h:87) [-Wdeprecated-declarations]
setThreshholds(12, 6);
^
As it is a warning i assume it compiled - just keep an eye on it.

Regards
Shardan