Wirepas SDK
|
Go to the source code of this file.
Functions | |
dualmcu_lib_res_e | Dualmcu_lib_init (uint32_t baudrate, bool flow_ctrl) |
Initialize Dualmcu_lib. More... | |
Enumerations | |
enum | dualmcu_lib_res_e { DUALMCU_LIB_RES_OK = 0, DUALMCU_LIB_RES_INTERNAL_ERROR = 1 } |
List of return code. More... | |
dualmcu_lib_res_e Dualmcu_lib_init | ( | uint32_t | baudrate, |
bool | flow_ctrl | ||
) |
Initialize Dualmcu_lib.
baudrate | Baudrate for the uart |
flow_ctrl | Is hardware flow control enabled |
enum dualmcu_lib_res_e |
List of return code.
Enumerator | |
---|---|
DUALMCU_LIB_RES_OK | Operation is successful |
DUALMCU_LIB_RES_INTERNAL_ERROR | Something went wrong |
Definition at line 21 of file dualmcu_lib.h.