The design has 2 sensors on SPI with mode 3 and the nrf21540 which is mode 0. Can you have 2 different Modes on the same spi bus?
would i use the SPI transaction manager library to accomplish this?
do i need to enable and disable the spi bus to change the configuration?
Or should we move the nrf21540 to another SPI bus since the mode is different?