Hi Seb, On May 8, 12:33 pm, Sebastien Lelong <[email protected]> wrote: > > According to previous insights, if you accept current changes, this can be > kept as the original version, the original work. This is by far my > preference. >
OK, as you wish. .............. About putting 'always_set_spi_mode' into libraries -- could we combine it with the desired mode, since some devices/libraries can support more than one mode? The mac chip supports spi modes 00 and 11, and so far as I can tell, SD and SDIO cards must support mode 00, but usually support mode 11 also. example: if defined(SD_force_spi_mode) == true then spi_master_set_mode(SD_force_spi_mode) 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.
