LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Compile Error with Arduino

I was trying to compile the LFVA base firmware when the following error presented to me. When installing the Arduino VI complement, I found problems in compatibility to proper install it, until later have sucesfully installed the complement with no major change. I´m using the Arduino IDE 1.5.7, LabVIEW 2013, and using an Arduino UNO board

In file included from LabVIEWInterface.ino:16:0:

C:\Users\Master-Ilde\Documents\Arduino\libraries\LiquidCrystal/LiquidCrystal.h: In function 'void processCommand(unsigned char*)':

C:\Users\Master-Ilde\Documents\Arduino\libraries\LiquidCrystal/LiquidCrystal.h:134:9: error: 'void LiquidCrystal::init(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)' is private

    void init(uint8_t fourbitmode, uint8_t rs, uint8_t rw, uint8_t enable,

         ^

LabVIEWInterface.ino:362:164: error: within this context

Thank you very much, Hope anyone can reply soon.

PD:sorry English isn´t first language

0 Kudos
Message 1 of 2
(3,520 Views)

An older version of the Arduino IDE was used when LIFA was designed.  LIFA will not work with newer versions of the Arduino IDE. To compile LIFA you need to us Arduino version 1.0.5.  Or you could switch to LINX.

brh212

Message 2 of 2
(3,152 Views)