hi James.
Look at this zipped file for the hex and other files for the program you posted.
BTW:
If lit < 5 Then
Lcdout "LOW FUEL: <25%"
Endif
If lit <= 5 And lit > 2
Then Lcdout "Low Fuel: <25%"
Endif
You cannot put the THEN on the next line after the IF
Look at this zipped file for the hex and other files for the program you posted.
BTW:
If lit < 5 Then
Lcdout "LOW FUEL: <25%"
Endif
If lit <= 5 And lit > 2
Then Lcdout "Low Fuel: <25%"
Endif
You cannot put the THEN on the next line after the IF
Attachments
Last edited: