diff options
Diffstat (limited to 'src/generic/gpio.h')
-rw-r--r-- | src/generic/gpio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generic/gpio.h b/src/generic/gpio.h index cb104d00..9f86952d 100644 --- a/src/generic/gpio.h +++ b/src/generic/gpio.h @@ -41,4 +41,8 @@ void spi_prepare(struct spi_config config); void spi_transfer(struct spi_config config, uint8_t receive_data , uint8_t len, uint8_t *data); +struct i2c_config { + uint32_t cfg; +}; + #endif // gpio.h |