I2C and IMTQ updates #131

Merged
meierj merged 8 commits from mueller/i2c-imtq-updates into develop 2022-01-28 07:36:19 +01:00
Showing only changes of commit ef48c8c6ad - Show all commits

View File

@ -6,7 +6,7 @@ namespace q7s {
static constexpr char SPI_DEFAULT_DEV[] = "/dev/spidev2.0";
static constexpr char SPI_RW_DEV[] = "/dev/spidev3.0";
static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-1";
static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-0";
static constexpr char UART_GNSS_DEV[] = "/dev/ttyUL0";
static constexpr char UART_PLOC_MPSOC_DEV[] = "/dev/ttyUL2";