2011/5/6 William <[email protected]> > > procedure sd_init() is > > > > spi_master_set_mode(SPI_MODE_11) > > > Once again we fail to communicate -- I am trying my best to limit > discussion to my original routine named spi_init(), which does not > appear in your example above. I repeat, I am willing to tolerate the > new functions, but you didn't need to rewrite the existing spi_init() > function. >
I'll repeat myself again: code responsible for setting mode was already present in original init procedure. Since it was also requested to set mode *outside* init procedure itself, and, in order to avoid duplication of code, we refactored the setting mode code into an other procedure, while calling it within new init procedure. About the author /copyright statement -- my position stands -- please > don't create new files and make it appear as though I wrote them and > assign copyright to me. Surely this is a reasonable request. > Whatever. I'll put my name as the author of spi_master_hw2.jal (you've noticed that I put a note explaining it was coming from a copy/paste of spi_master_hw.jal Cheers, Seb -- 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.
