summaryrefslogtreecommitdiff
path: root/demos/Arduino/master_write.dem.sce
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-17 22:03:40 +0530
committerAbhinav Dronamraju2017-07-17 22:03:40 +0530
commit70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8 (patch)
tree98467a7fccd87beca85bbd5b75123a96817356d3 /demos/Arduino/master_write.dem.sce
parent574ddf08c208a2d1b8c27fe29525f631816c32d5 (diff)
parent51a8cdb8a204ff4327e2e734e78c2447a9bdd865 (diff)
downloadscilab2c-70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8.tar.gz
scilab2c-70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8.tar.bz2
scilab2c-70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8.zip
Merged fossee master
Diffstat (limited to 'demos/Arduino/master_write.dem.sce')
-rw-r--r--demos/Arduino/master_write.dem.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/Arduino/master_write.dem.sce b/demos/Arduino/master_write.dem.sce
new file mode 100644
index 00000000..cdf522db
--- /dev/null
+++ b/demos/Arduino/master_write.dem.sce
@@ -0,0 +1,7 @@
+lines(0);
+
+global SCI2CHOME
+
+scilab2c(SCI2CHOME+"/tests/unit_tests/testArduino/i2c_master.sci", TMPDIR, SCI2CHOME+"/tests/unit_tests/testArduino", "All", "make" ,"Arduino", "uno");
+
+editor([TMPDIR+"/setup_arduino.cpp";TMPDIR+"/loop_arduino.cpp"]);