Hello,
How can I manage the SPI communication between arduino and a slave device using Matlab??
Matlab doesn't recognize functions of the library SPI.h neither if I insert up to the m-file "include <SPI.h>"...
a=arduino('comport');
a.SPI.begin();
This last instruction is wrong
What should I do????