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
getting errors with wave mode since library update
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
- lnevo
- Posts: 5422
- Joined: Fri Jul 20, 2012 9:42 am
Re: getting errors with wave mode since library update
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
Thats a beautiful thing! Gotta love progress!lnevo wrote:It's in the libraries nowyou can take the wave function out of your INO file. It's complaining that its defined twice.