Hi Matt, On May 9, 7:47 am, mattschinkel <[email protected]> wrote: > > I'll simply be replacing use of spi_master_set_mode(SPI_MODE_11) with > spi_master_set_mode_11 in sd card lib. >
I prefer mode 00 for SD cards - works fine here with a picmicro albeit running a C library not JAL. Why not allow the user to choose the mode? Just a suggestion -- I probably would have all of my devices running the same mode, so I wouldn't need this feature (setting mode in libraries) at all -- spi_init() is sufficient for me. 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.
