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

+

AVRUARTReceive

+

Function to Receive Char value send to ATmega16 using UART or USART.

+ + +

Description

+

This function Receives Char as 8 bit value.This value is stored in UDR at receiving +end.

+

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

+

+ +

Examples

+
state = AVRUARTReceive(); //This function will Receive char and return the entire value
+ +

See also

+
+ +

Authors

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