Update Package #94

Merged
meierj merged 19 commits from mueller/update-package into develop 2021-09-17 08:01:18 +02:00
Showing only changes of commit 8af3a91b5a - Show all commits

View File

@ -80,7 +80,8 @@ static constexpr uint32_t GPIO_SOL_DEPL_SA_0_PIN = 4;
static constexpr uint32_t GPIO_SOL_DEPL_SA_1_PIN = 2;
static constexpr char GPIO_RW_SPI_MUX_CHIP[] = "gpiochip11";
static constexpr uint32_t GPIO_RW_SPI_MUX_CS = 57;
// Uses EMIO interface to PL, starts at 54
static constexpr uint32_t GPIO_RW_SPI_MUX_CS = 54;
}