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 @@ -
- -Function to get state (high\low) of a digital input pin on AVR
state=AVRDigitalIn(port,pin)
port of microcontroller to be used
pin of port (mentioned above) to be used
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.
-