Electronic Load  1.0
Programmable Constant Current Sink
Data Structures | Functions
usartcmd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  commandTable_t
 Holds a Table containing all valid Commands and the corresponding Address of the routine handling it. More...
 

Functions

uint8_t ExecCommand (char *str)
 Executes one command line. More...
 

Function Documentation

◆ ExecCommand()

uint8_t ExecCommand ( char *  str)

Executes one command line.

Parameters
strA pointer to the line
Returns
0 on success, 1 on error
Here is the call graph for this function: