Hi,
I need to test the interaction between a microcontroller that reads two sensors with SPI. The microcontroller behaves as a SPI master and the sensors are two slaves. Currently, in order to simulate the behaviour of the two sensors, I'm using two Arduinos, and it works fine. However, I'd...