summaryrefslogtreecommitdiff
path: root/macros/Hardware/AVR/AVRPWMSetup.sci
diff options
context:
space:
mode:
authorsiddhu89902015-12-17 14:48:36 +0530
committersiddhu89902015-12-23 11:26:29 +0530
commit329613eb48542f24bb9014a0a617b05199726e99 (patch)
treebf571563bb735fc2ccd9a300a952f8557667fd77 /macros/Hardware/AVR/AVRPWMSetup.sci
parent96b51a5ded447676d493be9721e4480065a5ae7e (diff)
downloadScilab2C_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/Hardware/AVR/AVRPWMSetup.sci')
-rw-r--r--macros/Hardware/AVR/AVRPWMSetup.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Hardware/AVR/AVRPWMSetup.sci b/macros/Hardware/AVR/AVRPWMSetup.sci
index 7e1c234..1bee050 100644
--- a/macros/Hardware/AVR/AVRPWMSetup.sci
+++ b/macros/Hardware/AVR/AVRPWMSetup.sci
@@ -2,7 +2,7 @@ function AVRPWMSetup(timer, prescalar, waveform_mode, output_mode)
// Function to initialise PWM of AVR
//
// Calling Sequence
-// AVRSetupADC(timer, prescalar, waveform_mode, output_mode)
+// AVRPWMSetup(timer, prescalar, waveform_mode, output_mode)
//
// Parameters
// timer: timer to be used for PWM generation (0,1,2)