The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Issue: SPI.h library, .write function

Hi, once i've instantiated an SPI Master and i send data through .write operation ( for example spi.write(measurement) where measurement is an int), how can i understand which is the response returned from the slave connected to my master? Shoul i access a certain register or is necessary to write this statement ( int data_received=spi.write(measurement) ) ? Thanks