summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps/getAllSources.sci
diff options
context:
space:
mode:
authorsiddhu89902015-12-17 14:48:36 +0530
committersiddhu89902015-12-17 14:48:36 +0530
commit02f2862023bb34146f6a0a96c2795bebe97e7c47 (patch)
tree9d2075243dcba13e417edb0929846f49b03aeac3 /2.3-1/macros/findDeps/getAllSources.sci
parenteac39cdc77ad5fdaf7b245cbce5c92f105ac75bf (diff)
downloadScilab2C-02f2862023bb34146f6a0a96c2795bebe97e7c47.tar.gz
Scilab2C-02f2862023bb34146f6a0a96c2795bebe97e7c47.tar.bz2
Scilab2C-02f2862023bb34146f6a0a96c2795bebe97e7c47.zip
Code generation for Arduino changed. DC motor added to Arduino
Diffstat (limited to '2.3-1/macros/findDeps/getAllSources.sci')
-rw-r--r--2.3-1/macros/findDeps/getAllSources.sci4
1 files changed, 4 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci
index 325d4b23..c8d6d0b4 100644
--- a/2.3-1/macros/findDeps/getAllSources.sci
+++ b/2.3-1/macros/findDeps/getAllSources.sci
@@ -822,6 +822,8 @@ function allSources = getAllSources(OutFormat)
"src/c/scilab-arduino/cmd_digital_in/u8cmd_digital_ins.c"
"src/c/scilab-arduino/cmd_analog_out/u8cmd_analog_outs.c"
"src/c/scilab-arduino/cmd_analog_in/u8cmd_analog_ins.c"
+ "src/c/scilab-arduino/cmd_dcmotor_setup/u8cmd_dcmotor_setups.c"
+ "src/c/scilab-arduino/cmd_dcmotor_run/u8cmd_dcmotor_runs.c"
"src/c/scilab-arduino/sleep/u16sleeps.c"];
//Files to be inserted only if output format selected is 'AVR'.
@@ -831,6 +833,8 @@ function allSources = getAllSources(OutFormat)
"src/c/hardware/avr/gpio/u8AVRDigitalIns.c"
"src/c/hardware/avr/adc/u8AVRADCSetups.c"
"src/c/hardware/avr/adc/u8AVRReadADCs.c"
+ "src/c/hardware/avr/pwm/u8AVRPWMSetups.c"
+ "src/c/hardware/avr/pwm/u8AVRPWMSetDutys.c"
"src/c/hardware/avr/util/u16AVRSleeps.c"
];