added spi mux functionality to the rwSpiCallback

This commit is contained in:
2021-07-01 10:53:50 +02:00
parent d3198af5e9
commit 8e98de6f3c
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
};
}