1 comment:
if (i == 0)
bitbang_spi_set_sck_set_mosi(master, 0, 0);
else
bitbang_spi_set_sck(master, 0);
SPI is an ad-hoc standard; very little is defined anywhere! […]
I wasn't paying attention obviously. It's not about SPI but whatever
the flash chip expects after the command. I can see from random data-
sheets that they don't care. But that's no proof that there is no
chip that does care so let's keep it.
To view, visit change 26947. To unsubscribe, or for help writing mail filters, visit settings.