MODE	2		// Mord 0/1/2=Microwire/SPI/I2C
CLOCK	5us		// Clock frequency or cycle.
ACCWAIT	0		// The number of waits between access.

W 0011 010 01011010 11000011	// Device type.=010 , Address.=01011010 , Data.=11000011
R 1010 101 10100101 XXXXXXXX	// Device type.=101 , Address.=10100101 , Data.=XXXXXXXX idle read
R 1010 101 10100101 00111100	// Device type.=101 , Address.=10100101 , Data.=00111100

