I would need a copy of the controller.ino file and the header file. Whatever the error is, it doesn't line line 95 and its return type.
Jack,. W8TEE
From: "Mark Mumaw nu6x@... [SoftwareControlledHamRadio]" To: "SoftwareControlledHamRadio@..." Sent: Saturday, July 9, 2016 4:37 PM Subject: [SoftwareControlledHamRadio] help---compiler error
?
I'm trying to compile controller software for a LDMOS linear. It
uses a 4x40 LCD screen and I included the? Liquidcrystal440 library.
? I'm new at this...any suggestions??.
Mark NU6X Sedona, AZ
Arduino: 1.6.9 (Windows 10), Board: "Arduino/Genuino Mega or Mega
2560, ATmega2560 (Mega 2560)"
In file included from
C:\Users\Mark\Documents\Arduino\controller\controller.ino:76:0:
C:\Users\Mark\Documents\Arduino\libraries\Liquidcrystal440/LiquidCrystal440.h:95:16:
error: conflicting return type specified for 'virtual void
LiquidCrystal::write(uint8_t)'
?? virtual void write(uint8_t);
??????????????? ^
In file included from
C:\Arduino169\Arduino\hardware\arduino\avr\cores\arduino/Stream.h:26:0,
???????????????? from
C:\Arduino169\Arduino\hardware\arduino\avr\cores\arduino/HardwareSerial.h:29,
???????????????? from
C:\Arduino169\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:224,
???????????????? from sketch\controller.ino.cpp:1: