06-14-2016 02:22 PM
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
06-15-2016 04:55 PM
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