rw chip select decoding

This commit is contained in:
2021-06-21 17:15:19 +02:00
parent 428ae97e0e
commit 8d8bb41334
6 changed files with 57 additions and 11 deletions

View File

@ -70,10 +70,11 @@ namespace gpioIds {
PAPB_BUSY_N,
PAPB_EMPTY,
RW1,
RW2,
RW3,
RW4
EN_RW1,
EN_RW2,
EN_RW3,
EN_RW4,
EN_RW_CS
};
}