spi: add mraa_spi_init_raw
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 13 Jan 2015 17:20:54 +0000 (17:20 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Wed, 14 Jan 2015 11:52:36 +0000 (11:52 +0000)
commit5af11978caedd2b2028da92eb7590a3a2777b9c6
treebe59beca6d815a28a7a04532aba9d5f5e663fd0a
parent16fc50bc31d821991dadfc2acb81dbce8185932e
spi: add mraa_spi_init_raw

This lets you access a spidev device directly without any checking in the style
of mraa_i2c_init_raw

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/spi.h
src/spi/spi.c