| aDump_String | Index |
Definition:
Parameters:
| text | - | The text string to transmit. |
Return Value:
Description:
Example:
aDump_String("Hello World\n");
This would transmit the characters "Hello World" along with a newline character through the serial port.
Related: