diff options
author | siddhu8990 | 2015-09-11 02:28:56 +0530 |
---|---|---|
committer | siddhu8990 | 2015-09-11 02:28:56 +0530 |
commit | fa48de77a489b8b6e7c5cb335b8dc55721cf2a28 (patch) | |
tree | 5c026f0f1c5115b99b6cee80c510b3e9afb3e6c6 /macros/findDeps/getArduinoFiles.sci | |
parent | 9f6b12fae887eb141b6afd0fc56c7367c82efb70 (diff) | |
download | Scilab2C_fossee_old-fa48de77a489b8b6e7c5cb335b8dc55721cf2a28.tar.gz Scilab2C_fossee_old-fa48de77a489b8b6e7c5cb335b8dc55721cf2a28.tar.bz2 Scilab2C_fossee_old-fa48de77a489b8b6e7c5cb335b8dc55721cf2a28.zip |
Changes made for making directory 'arduino' in output folder'
Diffstat (limited to 'macros/findDeps/getArduinoFiles.sci')
-rw-r--r-- | macros/findDeps/getArduinoFiles.sci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/findDeps/getArduinoFiles.sci b/macros/findDeps/getArduinoFiles.sci new file mode 100644 index 0000000..a51d9b5 --- /dev/null +++ b/macros/findDeps/getArduinoFiles.sci @@ -0,0 +1,17 @@ +// +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009-2009 - DIGITEO - Bruno JOFRET +// +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt +// +// + +function arduinoFiles = getArduinoFiles() + arduinoFiles = [ + "src/c/scilab-arduino/default_files/Makefile" + "src/c/scilab-arduino/default_files/sci2c_arduino.ino"]; +endfunction |