Hi Bob I have recently tried to update the arduino focuser software to v2.73 from v 2.70 for the Arduino Nano running a DRV8825 HW203. While v 2.70 compiled and installed fine (working satisfactorily)
I am getting error messages when compiling v 2.73
The error is as follows:
Focuser v2.73 _DRV8825_HW203:148
invalid preprocessing directive #halt #halt // Error you can must define either LCD1602 LCD2004 or LCD1604
the following lines read as follows
line 77 #define LCDDISPLAY 1
line 234 # define LCD1602 1
238 # define LCDADDRESS 0x3f
Could you please advise if I have missed something, I have re downloaded your recommended library files and as I say installing v2.70 is no problem but v 2.73 will not compile giving the error defined
Regards
Charles Clark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Charles
Yes, no problem, its my fault - please use attached
I'll upload them all corrected soon. But this will get you going.
Some #defines were moved to the wrong place in the code and the compiler does like it - the attched is corrected.
hi Bob thanks for the prompt response, yes that version works fine, direction of pushbuttons has changed but no doubt that can be changed in the my focuser setup
Thanks for a great project
regards
Charles Clark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Bob I have recently tried to update the arduino focuser software to v2.73 from v 2.70 for the Arduino Nano running a DRV8825 HW203. While v 2.70 compiled and installed fine (working satisfactorily)
I am getting error messages when compiling v 2.73
The error is as follows:
Focuser v2.73 _DRV8825_HW203:148
invalid preprocessing directive #halt #halt // Error you can must define either LCD1602 LCD2004 or LCD1604
the following lines read as follows
line 77 #define LCDDISPLAY 1
line 234 # define LCD1602 1
238 # define LCDADDRESS 0x3f
Could you please advise if I have missed something, I have re downloaded your recommended library files and as I say installing v2.70 is no problem but v 2.73 will not compile giving the error defined
Regards
Charles Clark
Hi Charles
Yes, no problem, its my fault - please use attached
I'll upload them all corrected soon. But this will get you going.
Some #defines were moved to the wrong place in the code and the compiler does like it - the attched is corrected.
Regards
Robert
hi Bob thanks for the prompt response, yes that version works fine, direction of pushbuttons has changed but no doubt that can be changed in the my focuser setup
Thanks for a great project
regards
Charles Clark