Hi Seb,

On May 8, 2:42 pm, William <[email protected]> wrote:
>
> if defined(SD_force_spi_mode) == true then
>    spi_master_set_mode(SD_force_spi_mode)
>

Or perhaps better:

    if defined(SD_force_spi_mode_function) == true then
          SD_force_spi_mode_function()
   endif

Where SD_force_spi_mode_function is an alias for one of the 4 mode
functions.  I think this can be done in JAL???

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