Private
Public Access
2
0

pinmap: Added spi and i2c to board definition.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-05-02 14:45:24 +01:00
parent a8661e599c
commit 82d3615f6c

View File

@@ -107,6 +107,10 @@ typedef struct {
unsigned int gpio_count; /**< GPIO Count */
unsigned int aio_count; /**< Analog In Count */
unsigned int pwm_count; /**< PWM Count */
unsigned int i2c_bus_count; /**< Usable i2c Count */
unsigned int i2c_bus[8]; /**< Array of i2c */
unsigned int spi_bus_count; /**< Usable spi Count */
double spi_bus[8]; /**< Array of spi */
maa_pininfo_t* pins; /**< Pointer to pin array */
/*@}*/
} maa_board_t;