add the ability to select a specific device via serial number
add a interactive mode add a batch mode
This commit is contained in:
parent
e43ef91f85
commit
c7603f54c4
5 changed files with 207 additions and 92 deletions
|
|
@ -63,7 +63,7 @@ struct eismultiplexer {
|
|||
* @param serial The serial number of the device to connect to, or 0 for any
|
||||
* @return 0 on sucess and < 0 on failure
|
||||
*/
|
||||
int eismultiplexer_connect(struct eismultiplexer* muliplexer, int serial);
|
||||
int eismultiplexer_connect(struct eismultiplexer* muliplexer, uint16_t serial);
|
||||
|
||||
/**
|
||||
* @brief Conects the given channel(s) to the common inputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue