Hi!
First of all, thank you for creating this great project. I am thinking about switching to Arduino/Energia from mbed (and Arduino before).
However, I have a question: My project requires communicating with at least two SPI devices at once (read data from a sensor, put data into a circular buffer, write it then on SD-Card). It is not possible to use a single SPI with different CS-lines.
How would the code look for this? In this forum, I found "SPI.setModule(0)", but in Arduino, I have only a single SPI object...
Thank you for any hint in advance,
Tobias