From 124ef41ebab756797803b30c4c07ce37213a6477 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 7 Jul 2017 16:43:27 +0530 Subject: Toeplitz Added --- .../scilab_en_US_help/AVRDigitalPortSetup.html | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html (limited to 'help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html') diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html deleted file mode 100644 index a5b8c2d3..00000000 --- a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ /dev/null @@ -1,89 +0,0 @@ - - - AVRDigitalPortSetup - - - -
- - - - -
- << AVRDigitalOut - - - Scilab 2 C Converter - - - AVRDigitalSetup >> - -
-
-
- - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup - -

-

AVRDigitalPortSetup

-

Function to decide direction of port on AVR

- - -

Calling Sequence

-
AVRDigitalPortSetup(port,direction)
- -

Parameters

-
port : -

port of microcontroller to be used(1 for PORTA, 2 for PORTB,...)

-
direction : -

direction to be set for pin (0 for INPUT, 1 for OUTPUT)

- -

Description

-

Each AVR microcontroller has pins which can be configured as digital -outputs/inputs. These are normally divided among some 'ports' (group of pins). -User has to select one of these port and which pin of that port to be -used as digital output/input. Also, desired direction must be specified as -'INPUT' or 'OUTPUT'.

-

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

-

- -

Examples

-
AVRDigitalPortSetup(1,0); //This function will make PortA as input port
- -

See also

-
- -

Authors

-
-
- -
- - - - - - -
Report an issue
- << AVRDigitalOut - - - Scilab 2 C Converter - - - AVRDigitalSetup >> - -
-
-
- - -- cgit