From 3847662fd2c69e484cbbc71783f0414f796b9352 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 6 Jul 2017 21:36:34 +0530 Subject: Removed xml and html files --- help/en_US/AVRDigitalOut.xml | 82 -------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 help/en_US/AVRDigitalOut.xml (limited to 'help/en_US/AVRDigitalOut.xml') diff --git a/help/en_US/AVRDigitalOut.xml b/help/en_US/AVRDigitalOut.xml deleted file mode 100644 index 0ce8197..0000000 --- a/help/en_US/AVRDigitalOut.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - AVRDigitalOut - Function to change state (high\low) of a digital output pin on AVR - - - - - Calling Sequence - - AVRDigitalOut(port,pin,state) - - - - - - Parameters - - port : - port of microcontroller to be used - pin : - pin of port (mentioned above) to be used - state : - state to be outputed on pin (HIGH\LOW) - - - - - Description - -Each AVR microcontroller has pins which can be configured as digital -outputs. 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 output. Also, desired output state must be specified as -'HIGH' or 'LOW'. - - -This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR. - - - - - - - Examples - - - - - See also - - AVRDigitalIn - - - - - Authors - - Siddhesh Wani - Ashish Kamble - - - -- cgit