blob: b01d3daeb160e28e0704f49f171718e62e97d76a (
plain)
1
2
3
4
5
6
7
|
lines(0);
global SCI2CHOME
scilab2c(SCI2CHOME+"/tests/unit_tests/testArduino/blink_13.sci", TMPDIR, SCI2CHOME+"/tests/unit_tests/testArduino", "All", "make" ,"Arduino", "uno");
editor([TMPDIR+"/setup_arduino.cpp";TMPDIR+"/loop_arduino.cpp"]);
|