<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Filawinder compiling problem]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/15517/" />
	<updated>2016-09-26T12:55:20Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/15517/filawinder-compiling-problem/</id>
		<entry>
			<title type="html"><![CDATA[Re: Filawinder compiling problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/127142/#p127142" />
			<content type="html"><![CDATA[<p>Hi Elmoret !</p><p>Thanks, now I can compile !</p><p>Alexis</p>]]></content>
			<author>
				<name><![CDATA[chooks]]></name>
				<uri>https://www.soliforum.com/user/14727/</uri>
			</author>
			<updated>2016-09-26T12:55:20Z</updated>
			<id>https://www.soliforum.com/post/127142/#p127142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Filawinder compiling problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/127042/#p127042" />
			<content type="html"><![CDATA[<p>You&#039;re missing libraries/include files, or your IDE is otherwise improperly/differently configured. You&#039;ll want to google the error messages and implement the resolutions. For example:</p><p>&quot;In the main sketch, delete #include &lt;EEPROM.h&gt; at the beginning.&nbsp; If it still complains about files not found, in EEPROMVar.h change #include &lt;EEPROMex.h&gt; to #include &quot;EEPROMex.h&quot;.&nbsp; Brackets tell it to look for an installed library, quotes tell it to look in the sketch folder.&quot;</p><p>or</p><p>&quot;Change<br />#include &lt;EEPROMex.h&gt;<br />to:<br />#include &quot;EEPROMex.h&quot;&quot;</p>]]></content>
			<author>
				<name><![CDATA[elmoret]]></name>
				<uri>https://www.soliforum.com/user/221/</uri>
			</author>
			<updated>2016-09-20T23:22:14Z</updated>
			<id>https://www.soliforum.com/post/127042/#p127042</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Filawinder compiling problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/127031/#p127031" />
			<content type="html"><![CDATA[<p>Hi there,</p><p>Nobody has trouble to compile FilaWinder_v11.ino ? <img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /> <img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /> <img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /> <img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /> <img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Thanks</p><p>Alexis</p>]]></content>
			<author>
				<name><![CDATA[chooks]]></name>
				<uri>https://www.soliforum.com/user/14727/</uri>
			</author>
			<updated>2016-09-20T13:20:19Z</updated>
			<id>https://www.soliforum.com/post/127031/#p127031</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Filawinder compiling problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/127005/#p127005" />
			<content type="html"><![CDATA[<p>Hi there,</p><p>I&#039;m trying to compile FilaWinder_v11.ino because I&#039;m using an other motor and I want to reduce the speed.</p><p>But when I try to compile I get this error :</p><div class="codebox"><pre><code>Arduino : 1.6.8 (Windows 8.1), Carte : &quot;Arduino Nano, ATmega328&quot;

C:\Users\alexis\Documents\FilaWinder_v11\FilaWinder_v11.ino: In function &#039;void guide_control()&#039;:

C:\Users\alexis\Documents\FilaWinder_v11\FilaWinder_v11.ino:341:9: warning: unused variable &#039;last_position&#039; [-Wunused-variable]

   float last_position = guide_angle;   

         ^

C:\Users\alexis\Documents\FilaWinder_v11\FilaWinder_v11.ino: In function &#039;int smoothing()&#039;:

C:\Users\alexis\Documents\FilaWinder_v11\FilaWinder_v11.ino:459:2: warning: no return statement in function returning non-void [-Wreturn-type]

  }

  ^

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::EEPROMClassEx()&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::EEPROMClassEx()&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::setMemPool(int, int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::_nextAvailableaddress&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::_base&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::_memSize&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::setMaxAllowedWrites(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::getAddress(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::isReady()&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::isWriteOk(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::_writeCounts&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::writeByte(int, unsigned char)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::write(int, unsigned char)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::writeInt(int, unsigned int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::writeLong(int, unsigned long)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::updateDouble(int, double)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::isReadOk(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::readBit(int, unsigned char)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::readByte(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::read(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::updateBit(int, unsigned char, bool)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::writeBit(int, unsigned char, bool)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::updateByte(int, unsigned char)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::update(int, unsigned char)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::updateInt(int, unsigned int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::updateLong(int, unsigned long)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::updateFloat(int, float)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::readInt(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::readLong(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::readFloat(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::readDouble(int)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::writeFloat(int, float)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROMClassEx::writeDouble(int, double)&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\EEPROMex.cpp.o: In function `EEPROMClassEx::EEPROMClassEx()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/EEPROMex.h:119: multiple definition of `EEPROM&#039;

sketch\EEPROMex.cpp.o:sketch/EEPROMex.cpp:40: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::Compute()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::SetTunings(double, double, double)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::SetSampleTime(int)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::SetOutputLimits(double, double)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::Initialize()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::SetMode(int)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::SetControllerDirection(int)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::PID(double*, double*, double*, double, double, double, int)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::PID(double*, double*, double*, double, double, double, int)&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::GetKp()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::GetKi()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::GetKd()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::GetMode()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\PID_v1.cpp.o: In function `PID::Compute()&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/PID_v1.cpp:48: multiple definition of `PID::GetDirection()&#039;

sketch\PID_v1.cpp.o:sketch/PID_v1.cpp:48: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::emittersOff()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::emittersOn()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::resetCalibration()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsRC::QTRSensorsRC()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsRC::QTRSensorsRC()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsRC::init(unsigned char*, unsigned char, unsigned int, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsRC::QTRSensorsRC(unsigned char*, unsigned char, unsigned int, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsRC::QTRSensorsRC(unsigned char*, unsigned char, unsigned int, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsRC::readPrivate(unsigned int*)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsAnalog::QTRSensorsAnalog()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsAnalog::QTRSensorsAnalog()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsAnalog::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsAnalog::QTRSensorsAnalog(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsAnalog::QTRSensorsAnalog(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensorsAnalog::readPrivate(unsigned int*)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::read(unsigned int*, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::calibrateOnOrOff(unsigned int**, unsigned int**, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::calibrate(unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::readCalibrated(unsigned int*, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::readLine(unsigned int*, unsigned char, unsigned char)&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::~QTRSensors()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

libraries\FilaWinder_v11\QTRSensors.cpp.o: In function `QTRSensors::init(unsigned char*, unsigned char, unsigned char, unsigned char)&#039;:

C:\Users\alexis\Documents\Arduino\libraries\FilaWinder_v11/QTRSensors.cpp:46: multiple definition of `QTRSensors::~QTRSensors()&#039;

sketch\QTRSensors.cpp.o:sketch/QTRSensors.cpp:46: first defined here

collect2.exe: error: ld returned 1 exit status

exit status 1
Error compiling for board Arduino Nano.

Ce rapport pourrait être plus détaillé avec
l&#039;option &quot;Afficher les résultats détaillés de la compilation&quot;
activée dans Fichier -&gt; Préférences.</code></pre></div><br /><p>Anybody can help me ?</p><p>Thanks </p><p>Alexis</p>]]></content>
			<author>
				<name><![CDATA[chooks]]></name>
				<uri>https://www.soliforum.com/user/14727/</uri>
			</author>
			<updated>2016-09-19T08:53:55Z</updated>
			<id>https://www.soliforum.com/post/127005/#p127005</id>
		</entry>
</feed>
