Proposal for textual corrections/changes in the Help file.
remove the colon after ) in:
Average: Example
ABS: Example
WORDTOBIN: Example
CHR: Example
ByteToBin: Example
ASC: Example
PRINT: Example (and add a double quote)
Get: Command Availability:
change text: Available on all microcontrollers with the LCD R/W line (pin 5) connected and if the following constant definition is used; ' #define LCD_RW'. Not available if the LCD is connected using the 0 or 2 bit mode or if the constant definition '#define LCD_NO_RW' is used.
Goto: Explanation:
change text first sentence: The Goto command will make the program to jump to the line specified and continue running from there.
Log10 and Loge:
the text of the examples are swapped
ABS: Explanation:
change text: -32678 in -32768 and 32768 in 32767
LCDWriteChar: Explanation:
change text: The LCDWriteChar command will show the specified user defined character, at the current cursor position.
LCD Overview: Constant Name: LCD_Enable
Change text bij Controls: Specifies the output pin that is connected to the Enable on the LCD.
(do this twice on this page)
Question:
are LCDInt and LCDWord history? I don't see them in the help-file.
A demo in the helpfile (SPItransfer, master program) points to LCDInt.
On this page, http://www.greatcowbasic.com/gcb.html you can find them both.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Proposal for textual corrections/changes in the Help file.
remove the colon after ) in:
Average: Example
ABS: Example
WORDTOBIN: Example
CHR: Example
ByteToBin: Example
ASC: Example
PRINT: Example (and add a double quote)
Get: Command Availability:
change text: Available on all microcontrollers with the LCD R/W line (pin 5) connected and if the following constant definition is used; ' #define LCD_RW'. Not available if the LCD is connected using the 0 or 2 bit mode or if the constant definition '#define LCD_NO_RW' is used.
Goto: Explanation:
change text first sentence: The Goto command will make the program to jump to the line specified and continue running from there.
Log10 and Loge:
the text of the examples are swapped
ABS: Explanation:
change text: -32678 in -32768 and 32768 in 32767
LCDWriteChar: Explanation:
change text: The LCDWriteChar command will show the specified user defined character, at the current cursor position.
LCD Overview: Constant Name: LCD_Enable
Change text bij Controls: Specifies the output pin that is connected to the Enable on the LCD.
(do this twice on this page)
Question:
are LCDInt and LCDWord history? I don't see them in the help-file.
A demo in the helpfile (SPItransfer, master program) points to LCDInt.
On this page, http://www.greatcowbasic.com/gcb.html you can find them both.
Great recommended changes. I will make these changes this week and publish.
All done.
And, LCDint and LCDword are available on all microcontrollers, however, this is a deprecated command. Please use Print.
I have just posted these changes. I will add all the new functionality in the next few weeks.