From 329613eb48542f24bb9014a0a617b05199726e99 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 17 Dec 2015 14:48:36 +0530 Subject: Code generation for Arduino changed. DC motor added to Arduino. --- macros/buildmacros.sce | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macros/buildmacros.sce') 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"); -- cgit