Hi Joep,
> I've seen your postings on the blog and I like them :) > Do we have an idea if many people visit this blog or use jallib? Thanks. I don't know how many use jallib (download counter says ~ 100 to 150). Blog stats are very low, few follow it, but there are some, and it may take time. Once I've finished the 3rd and last part of my howto implement an i2c slave, I'm thinking about posting something on jallist. Do you think we should announce on jallist too ? Or it is too much ? > > Today I had a brief look at the i2c slave lib and I agree with you > that my lib should be on top of this one and carefully selected inline > statements should be able prevent exhaustion. OK, but be patient, I need to rename some callbacks. This is just renaming, no signrature change (I hope). This is because currently it's not clear if master wants to read or writes. eg. i2c_hw_slave_on_master_talks should become i2c_hw_slave_on_master_starts_write, and i2c_hw_slave_on_master_reads should become i2c_hw_slave_on_master_starts_read. These are subtleties, but callbacks name should show the symmetry between read and write operation. I'll take of this probably tomorrow. Cheers, Seb -- Sébastien Lelong http://www.sirloon.net http://sirbot.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
