After further research, the controller
software and library? was written for 022. I installed? 022 and it
compiles clean. It was also written for the Nano so I will need to
figure out what other changes I may need.? Next I now need to find
a 4 x 40 display.
I am building several LDMOS amps and wanted to do something
different for control. Once I have this controller software
working, I will then need to add some additional features. I am
also thinking of going to a 7" touch screen but one step at a
time.
Mark NU6X Sedona, AZ
On 7/9/2016 7:22 PM, Jack Purdum jjpurdum@...
[SoftwareControlledHamRadio] wrote:
Not sure why my comment came through so messed
up, but I remember writing that line 95 was messed up,
but that the count might be off becuase of the
included header file.
Spent some
time in Sedona a few years ago...beautiful area. Keep
pluggin' away on the book!
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: