* add "lcd" statement to interface with HD44780-compatible LCD
* add "analog" variable to return analog supply millivolts
* add "keychar" variable and "keychars" mode to interface with 4x4 scanned keypad
* change servo output pins unit from centi-milliseconds (cms) to microseconds (us)
* add "subs" command and BASIC library support -- this is really cool and now you can access library “subs” without cluttering your main program – you can just put subs in a library by “save library”
* process console lines with \n or \r (but not both), to make it possible to paste unix line endings into tera term
* add "random" system variable
* change "let" keyword to be (usually) optional; allow "?" as alias for "print" keyword
* allow "//" as comment indicator to end-of-line
* print missing sub and variable names in error messages
* allow variables to begin with _...
* do not trace input or halt statements
* change PIC32 clock config bits to XT
* recompile with fixed PIC32 MAL for newer silicon of older PIC32’s (silicon B6)
Tags:
Permalink Reply by Dan Overholt on February 24, 2012 at 11:19am Hi Rich,
Great upgrades all around! Thanks a million.
Dan
ps. if anyone knows a better solution than Ning, we might consider migrating this website to something more 'user friendly'...
© 2013 Created by Dan Overholt.