gpios to enable rs485 tx clock and tx data
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2021-10-08 14:15:33 +02:00
parent c5c7a895a4
commit 5da2a45881
4 changed files with 18 additions and 2 deletions

View File

@ -98,7 +98,11 @@ enum gpioId_t {
VC2_PAPB_EMPTY,
VC2_PAPB_BUSY,
VC3_PAPB_EMPTY,
VC3_PAPB_BUSY
VC3_PAPB_BUSY,
RS485_EN_TX_DATA,
RS485_EN_TX_CLOCK
};
}