
The SPI driver creates virtual file /proc/spi.

Read from the file return text of last received data from SPI.
Write to file:
	<CS> <DATA>
	sets CS and sends data to SPI,

	"open"
	enables SPI

	"close"
	disables SPI
