diff options
author | siddhu8990 | 2015-12-17 14:48:36 +0530 |
---|---|---|
committer | siddhu8990 | 2015-12-23 11:26:29 +0530 |
commit | 329613eb48542f24bb9014a0a617b05199726e99 (patch) | |
tree | bf571563bb735fc2ccd9a300a952f8557667fd77 /macros/buildmacros.sce | |
parent | 96b51a5ded447676d493be9721e4480065a5ae7e (diff) | |
download | Scilab2C_fossee_old-329613eb48542f24bb9014a0a617b05199726e99.tar.gz Scilab2C_fossee_old-329613eb48542f24bb9014a0a617b05199726e99.tar.bz2 Scilab2C_fossee_old-329613eb48542f24bb9014a0a617b05199726e99.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 627e638..dfeb475 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"); |