Private
Public Access
2
0

spi: move spi setup from core into module

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-11-03 16:20:02 +00:00
parent ffd38bb68c
commit e39268899c
3 changed files with 48 additions and 58 deletions

View File

@@ -45,12 +45,6 @@ extern mraa_board_t* plat;
*/
mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta);
/** Setup spi interface, sets up multiplexer on device.
*
* @return spi bus type
*/
mraa_spi_bus_t* mraa_setup_spi(int bus);
/**
* Will check input is valid for pwm and will also setup required multiplexers.
* IF the pin also does gpio (strong chance), DO NOTHING, REV D quirk