diff options
author | siddhu8990 | 2015-12-17 14:48:36 +0530 |
---|---|---|
committer | siddhu8990 | 2015-12-17 14:48:36 +0530 |
commit | 4e3eef82b0aa598761e087925fabe835496ab3bc (patch) | |
tree | 5b046acee2453c83fc1d776221373c3992147e7a /macros/buildmacros.sce | |
parent | 96b51a5ded447676d493be9721e4480065a5ae7e (diff) | |
download | scilab2c-4e3eef82b0aa598761e087925fabe835496ab3bc.tar.gz scilab2c-4e3eef82b0aa598761e087925fabe835496ab3bc.tar.bz2 scilab2c-4e3eef82b0aa598761e087925fabe835496ab3bc.zip |
Code generation for Arduino changed. DC motor added to Arduino
Diffstat (limited to 'macros/buildmacros.sce')
-rw-r--r-- | macros/buildmacros.sce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/buildmacros.sce b/macros/buildmacros.sce index 627e6384..dfeb4755 100644 --- a/macros/buildmacros.sce +++ b/macros/buildmacros.sce @@ -9,7 +9,8 @@ Directories = [ "ASTManagement", ... "GeneralFunctions", ... "SymbolTable", ... "ToolInitialization"... - "Hardware" ]; + "Hardware/AVR"... + "Scilab-Arduino" ]; current_path_buildmacros = get_absolute_file_path("buildmacros.sce"); |