After a lot of work, and later than planned, i can announce that version 2077 is available.
You can get it using the update wiz, or you can download a full setup.
As always, you can make a backup and/or install the software in it's own folder so you can have the old and the new version.
- The help file has categories for I2C, 1WIRE, etc. which should make it more clear.
- dat files for new chips have been added.
- there is a now support for USI and Xmega slave (the i2c slave add on has been updated as well)
- there is a new/alternative i2c master soft lib
- ######################### IMPORTANT ####################################
the crc32 function has been updated. it returned the crc in the wrong byte order. Now it returns it in the right order. BUT
this means you need to change your code. I left the old code in the mcs.lib so you could copy it in and put it in a new lib to maintain code compatibility
But it is best to update your code.
- spimove() has an optional parameter. it has been discussed in this forum
- the editor has a great feature (IMO) when code explorer is active you can get info about code elements like alias, variable and constants, etc. Just press SHIFT and hover the cursor over your code to see what i mean.
- the editor can also show indent lines for structures. it can be a nice visual help. it requires the code explorer to be visible and it is best to 'proper indent' your code.
These 2 options are not 100% optimal. But i did not want to hold it back since it is already useful.
Have fun!
[b:c3719bff9b][color=red:c3719bff9b](BASCOM-AVR version : 2.0.7.7 )[/b:c3719bff9b][/color:c3719bff9b]
↧