From aef4e8398f2b1848b0e4cdd9580dbbe93e4006f9 Mon Sep 17 00:00:00 2001 From: Jorawar Singh Date: Fri, 30 Jun 2017 11:28:58 +0530 Subject: Help files, modified Raspberry Pi code conversion --- help/en_US/scilab_en_US_help/AVRSleep.html | 75 ++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/AVRSleep.html (limited to 'help/en_US/scilab_en_US_help/AVRSleep.html') diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html new file mode 100644 index 00000000..19c316df --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -0,0 +1,75 @@ + + + AVRSleep + + + +
+ + + + +
+ << AVRReadADC + + + Scilab 2 C Converter + + + AVRTimerSetup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + +

+

AVRSleep

+

Function to pause the execution for the given time.

+ + +

Description

+

This function causes the execution to stop for the given amount of time.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRSleep(5000);
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRReadADC + + + Scilab 2 C Converter + + + AVRTimerSetup >> + +
+
+
+ + -- cgit From a3dfa2a4069740517ca6e83f99dd4e0dbb71c377 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Sat, 1 Jul 2017 06:52:51 +0530 Subject: Merged Jorawer's work, Help files, RPi-scilab2c --- help/en_US/scilab_en_US_help/AVRSleep.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/AVRSleep.html') diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html index 19c316df..ce7f140a 100644 --- a/help/en_US/scilab_en_US_help/AVRSleep.html +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep

AVRSleep

@@ -61,7 +61,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter -- cgit