LabVIEW Interface for Arduino Blog

Community Browser
Labels
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: interface LabVIEW with Arduino UNO

Hamoda
Member

i opened LIFA_BASE.ino on Arduino 1.6.0 but it didnt compile and message occured !!

Arduino: 1.6.0 (Windows 7), Board: "Arduino Uno"

C:\Program Files (x86)\Arduino\libraries\RobotIRremote\src\IRremoteTools.cpp:5:16: error: 'TKD2' was not declared in this scope

int RECV_PIN = TKD2; // the pin the IR receiver is connected to

                ^

Error compiling.

  This report would have more information with

  "Show verbose output during compilation"

  enabled in File > Preferences.

what should i do ??

Comments
hrh1818
Active Participant

LIFA_Base also does not compile with Arduino version 1.0.6.  But LIFA_Base will compile with Arduino version 1.0.4.  Hemce if you need to use LIFA you need to use an older version of the Arduino IDE.  Older version of the Arduino IDE can be found near the bottom of this web page.

<http://arduino.cc/en/Main/OldSoftwareReleases>

Or you could use LINX.

hrh212