Hi Seb,

On May 6, 8:12 am, Sebastien Lelong <[email protected]>
wrote:
>
> But the trouble isn't MSSP2 will not work, the trouble is in sd-card lib !
> Previously, in sd_card lib, there were the following lines:
>
> procedure sd_init() is
>    -- put spi into mode 11
>    SSPCON_CKP = 1
>    SSPSTAT_CKE = 0
>
> => (1) direct access to device file register (2) duplication of code as it's
> already done in spi lib. Two reasons why we changed this into:
>
> 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.

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.

William

-- 
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.

Reply via email to