pub unsafe extern "C" fn CS101_Master_addSlave(
self_: CS101_Master,
address: c_int,
)Expand description
Add a new slave connection
This function creates and starts a new link layer state machine to be used for communication with the slave. It has to be called before any application data can be send/received to/from the slave.
ยงArguments
address- link layer address of the slave