From ea958d3c401761dcc24865d9639b2fab31038db8 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Thu, 6 Jul 2017 15:48:47 +0530 Subject: Revert "LinearAlgebra Function Added" --- help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 77 +++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/AVRUARTTransmit.html (limited to 'help/en_US/scilab_en_US_help/AVRUARTTransmit.html') diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html new file mode 100644 index 00000000..36ce625e --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -0,0 +1,77 @@ + + + AVRUARTTransmit + + + +
+ + + + +
+ << AVRUARTSetup + + + Scilab 2 C Converter + + + CV_AdaptiveThreshold >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + +

+

AVRUARTTransmit

+

Function to Transmit data using UART or USART.

+ + +

Description

+

This function Tranmits data over UART or USART.The data to be transmitted can +be a Char , String , Unsigned Int, Signed Int.

+

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

+

+ +

Examples

+
AVRUARTTransmit("This is example");  //This function will transmit the entered string.
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRUARTSetup + + + Scilab 2 C Converter + + + CV_AdaptiveThreshold >> + +
+
+
+ + -- cgit