getting errors with wave mode since library update

Basic / Standard Reef Angel hardware
Post Reply
Smotz
Posts: 401
Joined: Sat Mar 30, 2013 5:02 pm
Location: CT, USA

getting errors with wave mode since library update

Post by Smotz »

Guys,

I'm getting errors with the wave modes since the update. See below:

Globals\Globals.cpp.o: In function `LongPulseMode(unsigned char, unsigned char, int, unsigned char)':
C:\Users\joe\Documents\Arduino\libraries\Globals/Globals.cpp:265: multiple definition of `LongPulseMode(unsigned char, unsigned char, int, unsigned char)'
Display_Tank_adjusted_ino.cpp.o:C:\Users\joe\AppData\Local\Temp\build5779802611601859480.tmp/Display_Tank_adjusted_ino.cpp:147: first defined here
c:/program files (x86)/reef angel controller/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions
User avatar
lnevo
Posts: 5422
Joined: Fri Jul 20, 2012 9:42 am

Re: getting errors with wave mode since library update

Post by lnevo »

It's in the libraries now :) you can take the wave function out of your INO file. It's complaining that its defined twice.
Smotz
Posts: 401
Joined: Sat Mar 30, 2013 5:02 pm
Location: CT, USA

Re: getting errors with wave mode since library update

Post by Smotz »

lnevo wrote:It's in the libraries now :) you can take the wave function out of your INO file. It's complaining that its defined twice.
Thats a beautiful thing! Gotta love progress!
Post Reply