Hi all,
I got an e-mail from a Jallib user who wants to use both IIC software and IIC hardware. This is, however, not possible because both libraries use the same names in procedures and functions.
For USART the convention 'sw', 'hw' and 'hw2' is used in the procedures.
The problem is easily fixed by adding _sw_ to the software iic procedures. I did this for this Jallib member and gave him a modified version of i2c_software. But when changing this and adding this to Jallib then all sample files that use i2c_software should be changed and members that have made projects with this library should modify their programs too.
Next to that, for consistency, the i2c_hardware should also get the addition (in procedure names) _hw_.
What do you think? Should this be changed and if so, how?
Thanks.
Kind regards,
Rob