I am developing an interface between Arduino microcontroller and Scilab (analogue of MATLAB) simulation environment. How I see it:
A graphical block representing Arduino in Scilab. It will have 6 analogue and 14 digital inputs on the left side of the block and 14 digital outputs on the right side.
The interface that should be developed which:
- gets output values from physical Arduino and assigns to the outputs of the graphical block in Scilab;
- gets inputs from graphical block and assigns them to the inputs of the physical Arduino.
Could anyone give me ideas how I could do it?