From 8106d4ce6960cfd63c3a42171fdf5d52e46ccb06 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Fri, 7 Jul 2017 11:21:16 +0530 Subject: Removed HTML and XML files --- .../help/en_US/scilab_en_US_help/AVRDigitalIn.html | 88 ---------------------- 1 file changed, 88 deletions(-) delete mode 100644 2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html (limited to '2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html') diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html deleted file mode 100644 index 572108e8..00000000 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ /dev/null @@ -1,88 +0,0 @@ - - - AVRDigitalIn - - - -
- - - - -
- << AVRADCSetup - - - Scilab 2 C Converter - - - AVRDigitalOut >> - -
-
-
- - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn - -

-

AVRDigitalIn

-

Function to get state (high\low) of a digital input pin on AVR

- - -

Calling Sequence

-
state=AVRDigitalIn(port,pin)
- -

Parameters

-
port : -

port of microcontroller to be used

-
pin : -

pin of port (mentioned above) to be used

- -

Description

-

Each AVR microcontroller has pins which can be configured as digital -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 as -digital input.

-

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

-

- -

Examples

-
pinA0 = AVRDigitalIn(1,0)   //To read state on pin 0 of port A
- -

See also

-
- -

Authors

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