From 4d7c91e9cfaf823b784961a5762b00040893e3e3 Mon Sep 17 00:00:00 2001 From: Ankitr19 Date: Fri, 7 Jul 2017 14:17:54 +0530 Subject: Html and xml files removed --- 2.3-1/help/en_US/AVRDigitalSetup.xml | 83 ------------------------------------ 1 file changed, 83 deletions(-) delete mode 100644 2.3-1/help/en_US/AVRDigitalSetup.xml (limited to '2.3-1/help/en_US/AVRDigitalSetup.xml') diff --git a/2.3-1/help/en_US/AVRDigitalSetup.xml b/2.3-1/help/en_US/AVRDigitalSetup.xml deleted file mode 100644 index a2285730..00000000 --- a/2.3-1/help/en_US/AVRDigitalSetup.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - AVRDigitalSetup - Function to decide direction of a digital pin on AVR - - - - - Calling Sequence - - AVRDigitalSetup(port,pin,direction) - - - - - - Parameters - - port : - port of microcontroller to be used - pin : - pin of port (mentioned above) to be used - direction : - direction to be set for pin (INPUT\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 - - - - - See also - - AVRDigitalOut - - - - - Authors - - Siddhesh Wani - Ashish Kamble - - - -- cgit