added spi mux functionality to the rwSpiCallback

This commit is contained in:
2021-07-01 10:53:50 +02:00
parent caebb4a4f4
commit 8dbe77d4a5
6 changed files with 117 additions and 40 deletions

View File

@ -80,7 +80,9 @@ namespace gpioIds {
CS_RW3,
CS_RW4,
EN_RW_CS
EN_RW_CS,
SPI_MUX
};
}